AODL.Document.Forms.Controls.ODFListBox.RestoreOptionEvents C# (CSharp) 메소드

RestoreOptionEvents() 공개 메소드

public RestoreOptionEvents ( ) : void
리턴 void
		public void RestoreOptionEvents()
		{
			_options.Inserted += OptionCollection_Inserted;
			_options.Removed += OptionCollection_Removed;
		}