public static void Display() { if (m_Instance == null) { m_Instance = new GLogOutQuery(); Gumps.Desktop.Children.Add(m_Instance); } }
protected internal override void OnDispose() { m_Instance = null; }