Exemplo n.º 1
0
 public UltimaCursor()
 {
     m_UserInterface = Service.Get <UserInterfaceService>();
 }
Exemplo n.º 2
0
 public virtual void Dispose()
 {
     m_UserInterface = null;
 }
Exemplo n.º 3
0
 public UltimaCursor()
 {
     m_UserInterface = ServiceRegistry.GetService <UserInterfaceService>();
 }