标签: vb.net variables .net-4.0
我是一名初学程序员,我需要知道如何访问和编辑另一个类的变量。这是我的一些示例代码
Public Class class1 Dim strName, strAge, strGender As String Public Class class2 / I need to edit the variables in this class. How do I do this?