Ejemplo n.º 1
0
 public void WalletSaveCommand(string fileName)
 {
     _walletManager.ExportWallet(fileName);
 }
Ejemplo n.º 2
0
 public void WalletSaveCommand(FileInfo file)
 {
     _walletManager.ExportWallet(file.FullName);
 }