Beispiel #1
0
 public GraphScopeChanged(IEnumerable <Message> predecessorMessages, GraphViewScope newScope)
     : base(predecessorMessages)
 {
     NewScope = newScope;
 }
Beispiel #2
0
 public GraphScopeChanged(Message predecessorMessage, GraphViewScope newScope)
     : base(predecessorMessage)
 {
     NewScope = newScope;
 }