public ArrayConvProfile()
 {
     HtmlConventions.Add(new TestConvention1());
 }
예제 #2
0
 public ProfileTest2()
 {
     HtmlConventions.Add(new TestConvention2());
 }