Ejemplo n.º 1
0
		public Switch(Switch source)
			: base(source) {
			this.terminalCount = 4;
		}
Ejemplo n.º 2
0
		/// <override></override>
		public override IModelObject Clone() {
			Switch result = new Switch(this);
			return result;
		}
Ejemplo n.º 3
0
 public Switch(Switch source)
     : base(source)
 {
     this.terminalCount = 4;
 }