Example #1
0
        private void buttonCustom6_Click(object sender, EventArgs e)
        {
            frm_ThongTinHoatChat f = new frm_ThongTinHoatChat();

            f.Show();
        }
Example #2
0
        private void barButtonItem56_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            frm_ThongTinHoatChat f = new frm_ThongTinHoatChat();

            f.Show();
        }