コード例 #1
0
 public Frm_PreSave(string customerNo)
 {
     InitializeComponent();
     this.CustomerNo = customerNo;
     Print = new Print();
     printDocument = new PrintDocument();
 }
コード例 #2
0
 public Frm_RuraInvoicel()
 {
     InitializeComponent();
     printDocument = new PrintDocument();
     Print = new Print();
     customer = new Customer();
     powerPrice = new string[4] { "","","",""};
     priceRate = new string[4] { "","","",""};
 }
コード例 #3
0
 public Frm_negativeInvoice()
 {
     InitializeComponent();
     customer = new Customer();
     PowerPriceNo = new int[4];
     PowerPrice = new double[4];
     PowerPriceRate = new float[4];
     printDocument = new PrintDocument();
     Print = new Print();
 }
コード例 #4
0
 public Frm_CityInvoice()
 {
     InitializeComponent();
     printDocument = new PrintDocument();
     Print = new Print();
 }