public void Authenticated() { var launcherForm = new LauncherForm(); launcherForm.Show(); m_View.Visibility = Visibility.Hidden; }