Ejemplo n.º 1
0
 private void m_cmd_post_Click(object sender, EventArgs e)
 {
     try {
         this.Hide();
         f104_post v_f = new f104_post();
         v_f.ShowDialog();
         this.Show();
     }
     catch (Exception v_e) {
         MessageBox.Show("Có tý tẹo vấn đề. Bạn chụp ảnh và gửi để chúng tôi hỗ trợ nhé!" + v_e.ToString());
     }
 }
Ejemplo n.º 2
0
 public void Display(f104_post form1)
 {
     v_f = form1;
     this.ShowDialog();
 }
Ejemplo n.º 3
0
 public void Display(f104_post f104_post)
 {
     v_f_104 = f104_post;
     this.ShowDialog();
 }