Exemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     _tool = new GnuPGTool();
     exePath.Text = GnuPGConfig.GnuPGExePath;
 }
Exemplo n.º 2
0
 public MainWindow()
 {
     InitializeComponent();
     _tool        = new GnuPGTool();
     exePath.Text = GnuPGConfig.GnuPGExePath;
 }