Пример #1
0
 public static void Run()
 {
     if (!ranTests)
     {
         ranTests = true;
         FontTests test = new FontTests();
         test.CanPrintTests();
     }
 }
Пример #2
0
 public static void Run()
 {
     if (!ranTests)
     {
         ranTests = true;
         FontTests test = new FontTests();
         test.CanPrintTests();
     }
 }