Пример #1
0
        private void barButtonItem38_ItemClick(object sender, ItemClickEventArgs e)
        {
            this.toolStripStatusLabelNote.Text = "";

            Form frm = this.checkExists(typeof(FormCV));

            if (frm != null)
            {
                frm.Activate();
            }
            else
            {
                FormCV f = new FormCV(this);
                f.MdiParent = this;
                f.Show();
            }
        }
Пример #2
0
 public FormTimHK_CongViec(FormChinh formChinh, FormCV formCV)
 {
     InitializeComponent();
     this.formChinh = formChinh;
     this.formCV    = formCV;
 }