Constructor: Mainform refers to the MDIhost of all the forms.
            
    Namespace: 
   Micromanager_net.SetupAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public SaveProfiles( EasyCore eCore, Form1 MainForm ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ eCore As EasyCore, _ MainForm As Form1 _ ) | 
| Visual C++ | 
|---|
| public: SaveProfiles( EasyCore^ eCore, Form1^ MainForm ) | 
Parameters
- eCore
- Type: CoreDevices..::.EasyCore[Missing <param name="eCore"/> documentation for "M:Micromanager_net.Setup.SaveProfiles.#ctor(CoreDevices.EasyCore,Micromanager_net.Form1)"] 
- MainForm
- Type: Micromanager_net..::.Form1[Missing <param name="MainForm"/> documentation for "M:Micromanager_net.Setup.SaveProfiles.#ctor(CoreDevices.EasyCore,Micromanager_net.Form1)"] 





