コード例 #1
0
ファイル: Main.cs プロジェクト: thht95/hoanganhcsharf2020
 private void mniGiaovien_Click(object sender, EventArgs e)
 {
     if (kiemtraHienMotform("Giaovien"))
     {
         return;
     }
     else
     {
         Giaovien giaovien = new Giaovien();
         giaovien.MdiParent = this;
         giaovien.Show();
     }
 }
コード例 #2
0
ファイル: GV_CV.cs プロジェクト: thht95/hoanganhcsharf2020
 public GV_CV(Giaovien f)
 {
     this.f = f;
     InitializeComponent();
 }