예제 #1
0
 public string Execute(IList <string> input)
 {
     if (input.Count != 0)
     {
         throw new Exception("Invalid printwallet command arguments!");
     }
     ConsoleManager.Write(PrinterManager.PrintWallet(UserSession.User));
     return(string.Empty);
 }