Example #1
0
		public void Control (Profile other) {
			if (ControlValue() != other.ControlValue()) {
				throw new System.Exception("Control numbers do not match ("+name + " " + other.name + ") " + this.ControlValue() + " != " + other.ControlValue());
			}
		}