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