Пример #1
0
 internal AsyncEvent(NotificationManager.AsyncEventType type, IAsyncCommand command) : this(type)
 {
     this.command = command;
 }
Пример #2
0
 internal AsyncEvent(NotificationManager.AsyncEventType type)
 {
     this.CreationDate = DateTime.UtcNow;
     this.type         = type;
 }