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

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