示例#1
0
文件: Form1.cs 项目: MosheFogel/FMS
        private void מאפייניהקובץToolStripMenuItem_Click(object sender, EventArgs e)
        {
            File_Properties R = new File_Properties();

            R.ShowDialog();
        }
示例#2
0
文件: Form1.cs 项目: MosheFogel/FMS
        private void pictureBox11_Click(object sender, EventArgs e)
        {
            File_Properties R = new File_Properties();

            R.ShowDialog();
        }