示例#1
0
 //constructor
 public EventHandlerClass(EventViewModel evm)
 {
     _getEvents       = new PersistancyService();
     _frameNAvigation = new FrameNAvigationClass();
     _catalog         = EventCatalogSingleton.GetInstance();
     Evm = evm;
 }
示例#2
0
 public LoginVm()
 {
     DoLogIn          = new RelayCommand(LogIn);
     _frameNAvigation = new FrameNAvigationClass();
 }