Method | Description | |
---|---|---|
ExportDialog ( ) : System |
Initializes a new instance of the MonobjcExportDialog class.
|
|
Use ( MonobjcProject project ) : void |
Uses the specified project.
|
Method | Description | |
---|---|---|
Build ( ) : void | ||
OnExport ( object sender, EventArgs e ) : void |
Called when the export button is pressed.
|
Method | Description | |
---|---|---|
EnableWidgets ( bool value ) : void | ||
HandleRadiobuttonToggled ( object sender, EventArgs e ) : void | ||
HandleSelectionChanged ( object sender, EventArgs e ) : void | ||
ReportProgress ( String key, int value ) : void |
protected OnExport ( object sender, EventArgs e ) : void | ||
sender | object | The sender. |
e | EventArgs | The |
return | void |
public Use ( MonobjcProject project ) : void | ||
project | MonobjcProject | The project. |
return | void |