示例#1
0
        private void Main_m_tcompany_Click(object sender, System.EventArgs e)
        {
            FCustomType Fkt = new FCustomType();

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