상속: Goedel.Trojan.Data
		public WaitToComplete (ConnectProfile  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_WaitToComplete (this);
			}
		public CheckFingerPrint (ConnectProfile  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);
			}
        public Wizard_ConnectProfile() {
            InitializeComponent();

            Data = new ConnectProfile(this);
            }