예제 #1
0
        private void Main_m_country_Click(object sender, System.EventArgs e)
        {
            FCountry Fc = new FCountry();

            Fc.ShowDialog();
        }
예제 #2
0
파일: Main.cs 프로젝트: oeli/yafra
 private void Main_m_country_Click(object sender, System.EventArgs e)
 {
     FCountry Fc = new FCountry();
     Fc.ShowDialog();
 }