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