Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. private void InitializeComponent()
  2. {
  3. // other stuff automatically generated by windows
  4. this.Load += new System.EventHandler(this.myControl_Load);
  5. // other stuff automatically generated by windows
  6. }
  7.  
  8. private void myControl_Layout(object sender, LayoutEventArgs e)
  9. {
  10. this.myTimeEdit.Focus();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement