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

NoEmailFound() public method

public NoEmailFound ( AddProfile Data ) : System
Data AddProfile
return System
		public NoEmailFound (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_NoEmailFound (this);
			}
		}
NoEmailFound