예제 #1
0
 private void btnTutorial_Click(object sender, RoutedEventArgs e)
 {
     InfoFlyout iFlyout = new InfoFlyout();
     iFlyout.Show();
 }
예제 #2
0
 private void onshowAboutCommand(IUICommand cmd)
 {
     InfoFlyout iFlyout = new InfoFlyout();
     iFlyout.Show();
 }