コード例 #1
0
        private void Get_Info_By_ID_BT_Click(object sender, EventArgs e)
        {
            this.Hide();
            getempinfochmode f = new getempinfochmode(this);

            f.Show();
        }
コード例 #2
0
ファイル: getimage.cs プロジェクト: MoamenAttia/LibraryDB
 private void button4_Click(object sender, EventArgs e)
 {
     this.Close();
     if (cf != null)
         cf.Show();
     else if (mf != null)
         mf.Show();
 }
コード例 #3
0
 private void button1_Click(object sender, EventArgs e)
 {
     this.Close();
     if (cf != null)
     {
         cf.Show();
     }
     else if (mf != null)
     {
         mf.Show();
     }
     else if (ef != null)
     {
         ef.Show();
     }
 }
コード例 #4
0
ファイル: getmname.cs プロジェクト: MoamenAttia/LibraryDB
 private void button4_Click(object sender, EventArgs e)
 {
     this.Close();
     cf.Show();
 }