C# Class SLWModLoader.MainForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Radfordhound/SLW-Mod-Loader

Public Properties

Property Type Description
GensExecutablePath string
LWExecutablePath string
ModsDb ModsDatabase
ModsDbPath string
ModsFolderPath string
TempPath string

Public Methods

Method Description
LoadMods ( ) : void
MainForm ( ) : System
RefreshModsList ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AboutButton_Click ( object sender, EventArgs e ) : void
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
MainForm_Load ( object sender, EventArgs e ) : void
PlayButton_Click ( object sender, EventArgs e ) : void
RefreshButton_Click ( object sender, EventArgs e ) : void
ReportLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
SaveAndPlayButton_Click ( object sender, EventArgs e ) : void
SaveButton_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

LoadMods() public method

public LoadMods ( ) : void
return void

MainForm() public method

public MainForm ( ) : System
return System

RefreshModsList() public method

public RefreshModsList ( ) : void
return void

Property Details

GensExecutablePath public_oe static_oe property

public static string GensExecutablePath
return string

LWExecutablePath public_oe static_oe property

public static string LWExecutablePath
return string

ModsDb public_oe property

public ModsDatabase,SLWModLoader ModsDb
return ModsDatabase

ModsDbPath public_oe static_oe property

public static string ModsDbPath
return string

ModsFolderPath public_oe static_oe property

public static string ModsFolderPath
return string

TempPath public_oe static_oe property

public static string TempPath
return string