Exemplo n.º 1
0
 public void WalletOpenCommand(string fileName)
 {
     _walletManager.Load(fileName);
 }
Exemplo n.º 2
0
 public void WalletOpenCommand(FileInfo file)
 {
     _walletManager.Load(file.FullName);
 }