Example #1
0
 private void InitializeCommands()
 {
     CommandDAO.GetCommands().ForEach(delegate(List <Command> ListMode)
     {
         ListMode.ForEach(delegate(Command Command)
         {
             AddCommand(Command);
         });
     });
 }