Interaction logic for LauncherForm.xaml
Inheritance: MahApps.Metro.Controls.MetroWindow
Ejemplo n.º 1
0
        public void Authenticated()
        {
            var launcherForm = new LauncherForm();

            launcherForm.Show();
            m_View.Visibility = Visibility.Hidden;
        }
Ejemplo n.º 2
0
 public void Authenticated()
 {
     var launcherForm = new LauncherForm();
     launcherForm.Show();
     m_View.Visibility = Visibility.Hidden;
 }