예제 #1
0
 private void btnLogOff_Click(object sender, RoutedEventArgs e)
 {
     MasterKey.Destroy();
     Frame.Navigate(typeof(LoginPage));
 }