コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: alexshch/Luhn
 private void fixFileButton_Click(object sender, RoutedEventArgs e)
 {
     FixFileWindow ffw = new FixFileWindow();
     pathHandler += ffw.setFilePath;
     pathHandler(this, new pathEventArgs(inputFilePath));
     ffw.ShowDialog();
 }
コード例 #2
0
        private void fixFileButton_Click(object sender, RoutedEventArgs e)
        {
            FixFileWindow ffw = new FixFileWindow();

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