예제 #1
0
        private void btnNCC_Submenu_Click(object sender, EventArgs e)
        {
            ControlSach ctrl = new ControlSach();

            ProcessGUI.CallContainer(pnlContainer, ctrl);
        }
예제 #2
0
        private void frmMain_Load(object sender, EventArgs e)
        {
            ControlBanSach ctrl = new ControlBanSach();

            ProcessGUI.CallContainer(pnlContainer, ctrl);
        }
예제 #3
0
        private void imsHoaDon_Click(object sender, EventArgs e)
        {
            ControlHoaDon ctrl = new ControlHoaDon();

            ProcessGUI.CallContainer(pnlContainer, ctrl);
        }
예제 #4
0
        private void imsTheLoai_Click(object sender, EventArgs e)
        {
            ControlTheLoai ctrl = new ControlTheLoai();

            ProcessGUI.CallContainer(pnlContainer, ctrl);
        }
예제 #5
0
        private void imsNhaCungCap_Click(object sender, EventArgs e)
        {
            ControlNhaCungCap ctrl = new ControlNhaCungCap();

            ProcessGUI.CallContainer(pnlContainer, ctrl);
        }
예제 #6
0
        private void btnChiTietHD_Submenu_Click(object sender, EventArgs e)
        {
            ControlHistory ctrl = new ControlHistory();

            ProcessGUI.CallContainer(pnlContainer, ctrl);
        }