示例#1
0
        //ToolStrip Icon Thông Tin.
        private void tsbthongtin_Click(object sender, EventArgs e)
        {
            ThongTin info = new ThongTin();

            info.Show();
        }
示例#2
0
        //MenuStrip Thông Tin
        private void menustrip_thongtin_Click(object sender, EventArgs e)
        {
            ThongTin thongtin = new ThongTin();

            thongtin.Show();
        }