示例#1
0
        private void Main_m_prof_Click(object sender, System.EventArgs e)
        {
            GUIuser Fuserprof = new GUIuser();

            Fuserprof.ShowDialog();
        }
示例#2
0
文件: Main.cs 项目: oeli/yafra
 private void Main_m_prof_Click(object sender, System.EventArgs e)
 {
     GUIuser Fuserprof = new GUIuser();
     Fuserprof.ShowDialog();
 }