Exemplo n.º 1
0
 public IoChangedTrigger(string name, IIoValueChangedNotifier source, IUmlConstraint guard)
     : base(name, source, guard)
 {
 }
Exemplo n.º 2
0
 public IoChangedTrigger(string name, IIoValueChangedNotifier source) : this(name, source, null)
 {
 }