Пример #1
0
 public MobileEventArgs(MobileOperation operation, MobileAccount forWhom, string message) : this(operation, forWhom)
 {
     Message = message;
 }
Пример #2
0
 public MobileEventArgs(MobileOperation operation, MobileAccount forWhom)
 {
     Operation = operation;
     ForWhom   = forWhom;
 }