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