Exemple #1
0
 public ReadLoginResponseViewModel()
 {
     readConfig              = new ReadConfig();
     readPosSession          = new ReadPosSessionResponse();
     GetLoginResponseCommand = new RelayCommand(GetLoginResponseClick);
     CloseWindowCommand      = new RelayCommand(CloseWindow);
     SetDialogHostStatus("False");
 }
Exemple #2
0
 public MainViewModel()
 {
     readSession    = new ReadSession();
     readConfig     = new ReadConfig();
     readPosSession = new ReadPosSessionResponse();
 }