8 lines
120 B
C#
8 lines
120 B
C#
namespace asg_form.Controllers
|
|
{
|
|
static class all
|
|
{
|
|
public static string 测试 { get; set; }
|
|
}
|
|
}
|