예제 #1
0
        private void btn_whats_Click(object sender, EventArgs e)
        {
            FrmBase MsgZap = new FrmBase(this);

            MsgZap.Show();
            this.Hide();
        }
예제 #2
0
        private void whatsAppToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmBase MsgZap = new FrmBase(this);

            MsgZap.Show();
            this.Hide();
        }
예제 #3
0
 public FrmMsg(FrmBase Frm)
 {
     InitializeComponent();
     MsgZap = Frm;
 }