Пример #1
0
 public SpecialOperation(SpecialOperationKind kind)
 {
     this.Kind = kind;
 }