Goedel.MeshProfileManager.SelectNormal.SelectNormal C# (CSharp) Method

SelectNormal() public method

public SelectNormal ( AddProfile Data ) : System
Data AddProfile
return System
		public SelectNormal (AddProfile  Data) {
			_Data = Data;

			// NB call to the initializer before we creaate the dialog so the
			// dialog can display the initialized data.
			Initialize ();
			this.Dialog = new Dialog_SelectNormal (this);
			}
		}