Ejemplo n.º 1
0
 //related to time picker and add time to start work or end work
 private void start_work_txt_ButtonClick(object sender, ELEntryBoxButtonClickEventArgs e)
 {
     which_Button = sender;
     if ((string)(which_Button as ELEntryBox).Value != "")
     {
         time_picker1.SetTime((which_Button as ELEntryBox).Value.ToString());
     }
 }
Ejemplo n.º 2
0
 private void elEntryBox21_ButtonClick(object sender, ELEntryBoxButtonClickEventArgs e)
 {
     Which_Button = sender;
     if ((string)(Which_Button as ELEntryBox).Value != "")
     {
         time_picker1.SetTime((Which_Button as ELEntryBox).Value.ToString());
     }
 }
Ejemplo n.º 3
0
 private void elEntryBox35_ButtonClick(object sender, ELEntryBoxButtonClickEventArgs e)
 {
     which_Button = sender;
 }
Ejemplo n.º 4
0
 //make new personalization code
 private void elEntryBox1_ButtonClick(object sender, ELEntryBoxButtonClickEventArgs e)
 {
     elEntryBox1.Value = _PublicClass.Create_Personal_Code();
 }