Ejemplo n.º 1
0
 private void Print()
 {
     SaleInvoice frmInvoice = new SaleInvoice(Convert.ToDouble(this.txtLOID.Text == "" ? "0" : this.txtLOID.Text));
     //this.Close();
     frmInvoice.ShowDialog();
 }