Exemple #1
0
 public Console(TextScreenBase textScreen)
 {
     if (textScreen == null)
     {
         mText = new TextScreen();
     }
     else
     {
         mText = textScreen;
     }
 }
Exemple #2
0
 public Console(TextScreenBase textScreen)
 {
     if (textScreen == null)
     {
         mText = new TextScreen();
     }
     else
     {
         mText = textScreen;
     }
 }