Пример #1
0
 public Event1Attribute(CommandOrder order = CommandOrder.None) : base(order)
 {
 }
 public ExceptionEventAttribute(CommandOrder order = CommandOrder.None) : base(order)
 {
 }
 public BeforeAppLoadingAttribute(CommandOrder order = CommandOrder.None) 
     : base(order)
 {
 }
Пример #4
0
 public WhenLoadingAttribute(CommandOrder order = CommandOrder.None) 
     : base(order)
 {
 }
Пример #5
0
 protected CommandAttribute(CommandOrder order = CommandOrder.None)
 {
     Order = order;
 }