コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: sdmon/PgpSharp
 public MainWindow()
 {
     InitializeComponent();
     _tool = new GnuPGTool();
     exePath.Text = GnuPGConfig.GnuPGExePath;
 }
コード例 #2
0
 public MainWindow()
 {
     InitializeComponent();
     _tool        = new GnuPGTool();
     exePath.Text = GnuPGConfig.GnuPGExePath;
 }