示例#1
0
 public NewInvoice(OrderForm of1)
 {
     InitializeComponent();
     TimeLimitDatas.Text = DateTime.Now.AddDays(1.0).ToString();
 }