Exemplo n.º 1
0
 public CreateCommand(Client client, BaseFolder currentFolder) : base(999, currentFolder.Id)
 {
     _client        = client;
     _currentFolder = currentFolder;
 }
Exemplo n.º 2
0
 public void AddTransition(string command, BaseFolder folder)
 {
     PossibleTransitions.Add(command, folder);
 }