Exemple #1
0
 /// <summary>
 /// </summary>
 /// <param name="other"></param>
 public BioStateEventElementInt(BioStateEventElementInt other)
     : base(other)
 {
     GlobalInt = other.GlobalInt;
     Increment = other.Increment;
     NewValue  = other.NewValue;
     UseParam  = other.UseParam;
 }
		/// <summary>
		/// </summary>
		/// <param name="other"></param>
		public BioStateEventElementInt(BioStateEventElementInt other)
			: base(other)
		{
			GlobalInt = other.GlobalInt;
			Increment = other.Increment;
			NewValue = other.NewValue;
			UseParam = other.UseParam;
		}