public UserInterfaceObserver()
 {
     _ui = UserInterface.Instance;
 }
Exemplo n.º 2
0
 private UserInterface()
 {
     instance          = this;
     _uiElements       = new List <UIElement>();
     _observerInstance = new UserInterfaceObserver();
 }