Beispiel #1
0
 public StatisticsForm(MapForm parent)
 {
     this.parent = parent;
     InitializeComponent();
 }
Beispiel #2
0
        private void btnMapForm_Click(object sender, EventArgs e)
        {
            MapForm frm = new MapForm();

            frm.Show();
        }