Example #1
0
 public DeleteShareDocEvent(string _activator, string _activatorId, Document _document, DocShare _share) : base(_activator, _activatorId, _document, _share)
 {
 }
Example #2
0
 public CreateShareDocEvent(string _activator, string _activatorId, Document _document, DocShare _share) : base(_activator, _activatorId)
 {
     Doc   = _document;
     Share = _share;
 }