예제 #1
0
		public BaseCommunicationSchema(BaseCommunicationSchema source)
			: base(source) {
		}
예제 #2
0
		public BaseCommunicationSchema(BaseCommunicationSchema source, bool isShallowClone)
			: base(source, isShallowClone) {
		}