Пример #1
0
 public ClientEvents(Engine <TModel> engine)
 {
     engine.CommandExecuted += OnEngineOnCommandExecuted;
 }