示例#1
0
        public static bool Show()
        {
            Window2 window = new Window2();

            window.ShowDialog();
            if (Settings.UUID == UUID_Before)
            {
                return(false);
            }
            else
            {
                return(true);
            }
        }
示例#2
0
 private void Label_Name2_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
 {
     Window2.Show();
     Login();
 }