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

CheckFingerPrint() public method

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