Exemple #1
0
 private void LoadRampDisplayConfig()
 {
     msg1Radio.Content = objGeneralDba.GetRampDisplayMesaage("MESSAGE1");
     msg2Radio.Content = objGeneralDba.GetRampDisplayMesaage("MESSAGE2");
     txtRampDisplayCustomMessage.Text = objGeneralDba.GetRampDisplayMesaage("CUSTOM_MESSAGE");
     txtRampDisplayMessage.Text       = objGeneralDba.GetRampDisplayMesaage("MESSAGE");
     parkingStatusCheck.IsChecked     = objGeneralDba.GetRoboticParkingStatus() == 1 ? true : false;
 }