Пример #1
0
 public Form_construct(From_menu from_menu)
 {
     InitializeComponent();
     this.from_menu = from_menu;
     this.pen       = Type.Road;
     this.map       = new Object[13, 13];
     this.penDown   = false;
 }
Пример #2
0
 public Form_stage(From_menu from_menu, bool player2)
 {
     InitializeComponent();
     this.from_menu = from_menu;
     this.player2   = player2;
 }