Example #1
0
 public void AddCommands(params FsEntryOptionsCommandMtbl[] commandsArr)
 {
     foreach (var commandMtbl in commandsArr)
     {
         var command = new FsEntryOptionsCommandImmtbl(commandMtbl);
         AddCommand(command);
     }
 }
Example #2
0
        public void AddCommand(FsEntryOptionsCommandMtbl commandMtbl)
        {
            var command = new FsEntryOptionsCommandImmtbl(commandMtbl);

            AddCommand(command);
        }