Exemplo n.º 1
0
        private void Border_MouseUp(object sender, MouseButtonEventArgs e)
        {
            TutorialWindow tutorial = new TutorialWindow(xmlPath, rootPath, this.title);

            tutorial.ShowDialog();
        }
Exemplo n.º 2
0
 private void Border_MouseUp(object sender, MouseButtonEventArgs e)
 {
     TutorialWindow tutorial = new TutorialWindow(xmlPath, rootPath, this.title);
     tutorial.ShowDialog();
 }