Dalssoft.DiagramNet.ElementSelectionEventArgs.ElementSelectionEventArgs C# (CSharp) 메소드

ElementSelectionEventArgs() 공개 메소드

public ElementSelectionEventArgs ( ElementCollection elements ) : System
elements ElementCollection
리턴 System
		public ElementSelectionEventArgs(ElementCollection elements)
		{
			this.elements = elements;
		}
ElementSelectionEventArgs