Ejemplo n.º 1
0
 private static void Commands_Execute(params string[] args)
 {
     foreach (Command c in ConsoleCommands.OrderBy(x => x.Key).ToList())
     {
         SendMessage(new Message(c.Key, Message.MessageType.Information));
     }
 }