/// <summary>Initializes a new instance of the OpensClosesBehavior class.</summary>
 /// <param name="instanceID">ID of the behavior instance.</param>
 /// <param name="instanceProperties">The dictionary of propertyNames-propertyValues for this behavior instance.</param>
 public OpensClosesBehavior(long instanceID, Dictionary <string, object> instanceProperties)
     : base(instanceProperties)
 {
     this.commands = new OpensClosesBehaviorCommands(this);
     this.ID       = instanceID;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the OpensClosesBehavior class.
 /// </summary>
 /// <param name="instanceID">ID of the behavior instance.</param>
 /// <param name="instanceProperties">The dictionary of propertyNames-propertyValues for this behavior instance.</param>
 public OpensClosesBehavior(long instanceID, Dictionary<string, object> instanceProperties)
     : base(instanceProperties)
 {
     this.commands = new OpensClosesBehaviorCommands(this);
     this.ID = instanceID;
 }