Esempio n. 1
0
 private void fixFileButton_Click(object sender, RoutedEventArgs e)
 {
     FixFileWindow ffw = new FixFileWindow();
     pathHandler += ffw.setFilePath;
     pathHandler(this, new pathEventArgs(inputFilePath));
     ffw.ShowDialog();
 }
Esempio n. 2
0
        private void fixFileButton_Click(object sender, RoutedEventArgs e)
        {
            FixFileWindow ffw = new FixFileWindow();

            pathHandler += ffw.setFilePath;
            pathHandler(this, new pathEventArgs(inputFilePath));
            ffw.ShowDialog();
        }