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; }
public Form_stage(From_menu from_menu, bool player2) { InitializeComponent(); this.from_menu = from_menu; this.player2 = player2; }