예제 #1
0
        private void Main_m_season_Click(object sender, EventArgs e)
        {
            FSeason F = new FSeason();

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