Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Vazhipadu_receipt obj = new Vazhipadu_receipt(date);
  2. obj.ShowDialog();
  3. //this.Close();
  4.  
  5. }`
  6.  
  7. //txt_mnth_v.Text = date.ToString("MM");
  8. //txt_year_v.Text = date.ToString("yyyy");
  9. InitializeComponent();
  10. //window_load();
  11. load();
  12. txt_day_v.Text = date.ToString("dd");
  13. txt_mnth_v.Text = date.ToString("MM");
  14. txt_year_v.Text = date.ToString("yyyy");
  15. // this.sessionNow = sessionNow;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement