示例#1
0
 public static void Test1()
 {
     var text = new Text();
 }
示例#2
0
 public static void Test2()
 {
     var text = new Text("Some text");
 }