Exemple #1
0
 public TestContent()
 {
     Sub      = new TestSub();
     TestText = new BbText();
     Strings  = new List <string>();
     Img      = new Image();
     Array    = new string[0];
 }
Exemple #2
0
 public TestContent()
 {
     Sub = new TestSub();
     TestText = new BbText();
     Strings = new List<string>();
     Img = new Image();
     Array = new string[0];
 }