コード例 #1
0
ファイル: RetailSales.cs プロジェクト: rehman922/VIRETAIL
 void KeyCtrlC()
 {
     var f = new CustomerPayment();
     f.ShowDialog();
 }
コード例 #2
0
ファイル: RetailSales1.cs プロジェクト: rehman922/VIRETAIL
 void KeyCtrlC()
 {
     var f = new CustomerPayment();
     f.shiftcode = new BLSales().GetShiftCode();
     f.userid = lookupcashier.EditValue == null ? 0 : int.Parse(lookupcashier.EditValue.ToString());
     f.ShowDialog();
 }