如何在VB.NET中调用其他类中的变量?

时间:2015-04-30 21:00:28

标签: 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?

0 个答案:

没有答案