Beispiel #1
0
        private void Main_m_city_Click(object sender, System.EventArgs e)
        {
            FCity F = new FCity();

            F.ShowDialog();
        }
Beispiel #2
0
 private void Main_m_city_Click(object sender, System.EventArgs e)
 {
     FCity F = new FCity();
     F.ShowDialog();
 }