Пример #1
0
 public TilePanel(int x, int y, AMGForm f)
 {
     this.gui = f;
     this.x   = x;
     this.y   = y;
     InitializeComponent();
 }
Пример #2
0
 public NewMapForm(AMGForm amgForm)
 {
     _amgForm = amgForm;
     InitializeComponent();
 }