コード例 #1
0
        private void myIconButton1_Click(object sender, EventArgs e)
        {
            if (!MyLove.PermissionsBalidation(oper_type, "18"))
            {
                return;
            }
            var frm = new PriceForm.frmCustPrice();

            windowsList.ShowForm(frm);
        }
コード例 #2
0
        private void myIconButton3_Click(object sender, EventArgs e)
        {
            if (!MyLove.PermissionsBalidation(oper_type, "18"))
            {
                return;
            }
            frmItemCls frm = new frmItemCls();

            windowsList.ShowForm(frm);
        }
コード例 #3
0
        private void myIconButton5_Click(object sender, EventArgs e)
        {
            order_pass frm2 = new order_pass();

            windowsList.ShowForm(frm2);
        }
コード例 #4
0
        private void myIconButton1_Click_1(object sender, EventArgs e)
        {
            if (!MyLove.PermissionsBalidation(oper_type, "18"))
            {
                return;
            }
            var frm = new VoucherForm.OrderMerge("批发销售单", new VoucherForm.frmSaleSheetList(), new VoucherForm.frmSaleSheet());

            windowsList.ShowForm(frm);
        }