Goedel.MeshConnect.Wizard_ConnectProfile.Wizard_ConnectProfile C# (CSharp) Method

Wizard_ConnectProfile() public method

public Wizard_ConnectProfile ( ) : System
return System
        public Wizard_ConnectProfile() {
            InitializeComponent();

            Data = new ConnectProfile(this);
            }
Wizard_ConnectProfile