/// <summary>
 /// </summary>
 /// <param name="other"></param>
 public BioStateEventElementLocalBool(BioStateEventElementLocalBool other)
     : base(other)
 {
     NewValue = other.NewValue;
 }
		/// <summary>
		/// </summary>
		/// <param name="other"></param>
		public BioStateEventElementLocalBool(BioStateEventElementLocalBool other)
			: base(other)
		{
			NewValue = other.NewValue;
		}