C# Class AddonManager.MainForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: berkay2578/nfsw-server

Public Properties

Property Type Description
offlineServerTalk AddonManager.IPCTalk.OfflineServerTalk

Public Methods

Method Description
MainForm ( System.Boolean isFirstRun = false, String installAddonPath = null, System.Boolean setupIPCTalk = false, Int32 port = -1 ) : AddonManager.IPCTalk

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
basketsListBox_KeyUp ( object sender, KeyEventArgs e ) : void
basketsListBox_MouseDown ( object sender, MouseEventArgs e ) : void
browseAddon_DragDrop ( object sender, DragEventArgs e ) : void
checkedListBox_DragDrop ( object sender, DragEventArgs e ) : void
clearCatalogListBoxes ( ) : void
clearCategoriesListBox ( ) : void
clearProductsListBox ( ) : void
control_DragEnter ( object sender, DragEventArgs e ) : void
installAnAddonButton_Click ( object sender, EventArgs e ) : void
listBox_DragDrop ( object sender, DragEventArgs e ) : void
loadAddonProject ( ) : void
readAddon ( String addonPath ) : void
removeListBoxEntryMenuItem_Click ( object sender, EventArgs e ) : void
saveAddonProject ( String projectLocation = null ) : void
saveAddonProperties ( String targetAddonFile, String addonName, String addonType, String addonCreator, String addonVersion, String addonDescription ) : void
tabButton_Click ( object sender, EventArgs e ) : void
toolStripButton_Click ( object sender, EventArgs e ) : void
toolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MainForm() public method

public MainForm ( System.Boolean isFirstRun = false, String installAddonPath = null, System.Boolean setupIPCTalk = false, Int32 port = -1 ) : AddonManager.IPCTalk
isFirstRun System.Boolean
installAddonPath String
setupIPCTalk System.Boolean
port System.Int32
return AddonManager.IPCTalk

Property Details

offlineServerTalk public_oe property

public OfflineServerTalk,AddonManager.IPCTalk offlineServerTalk
return AddonManager.IPCTalk.OfflineServerTalk