Beispiel #1
0
        public static void Logout()
        {
            if (User == null)
            {
                return;
            }

            XmlClient.Logout();
            User = null;
        }