Exemple #1
0
 public void Show(bool show = true)
 {
     A1.Draw(show);
     A2.Draw(show);
     SetCursorPosition(Distance, 5);
     Write(Flag);
 }