Beispiel #1
0
 public static void Display()
 {
     if (m_Instance == null)
     {
         m_Instance = new GLogOutQuery();
         Gumps.Desktop.Children.Add(m_Instance);
     }
 }
Beispiel #2
0
 public static void Display()
 {
     if (m_Instance == null)
     {
         m_Instance = new GLogOutQuery();
         Gumps.Desktop.Children.Add(m_Instance);
     }
 }
Beispiel #3
0
 protected internal override void OnDispose()
 {
     m_Instance = null;
 }
Beispiel #4
0
 protected internal override void OnDispose()
 {
     m_Instance = null;
 }