C# Class SLWModLoader.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Radfordhound/SLW-Mod-Loader

Méthodes publiques

Свойство Type Description
GensExecutablePath string
LWExecutablePath string
ModsDb ModsDatabase
ModsDbPath string
ModsFolderPath string
TempPath string

Méthodes publiques

Méthode Description
LoadMods ( ) : void
MainForm ( ) : System
RefreshModsList ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

LoadMods() public méthode

public LoadMods ( ) : void
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

RefreshModsList() public méthode

public RefreshModsList ( ) : void
Résultat void

Property Details

GensExecutablePath public_oe static_oe property

public static string GensExecutablePath
Résultat string

LWExecutablePath public_oe static_oe property

public static string LWExecutablePath
Résultat string

ModsDb public_oe property

public ModsDatabase,SLWModLoader ModsDb
Résultat ModsDatabase

ModsDbPath public_oe static_oe property

public static string ModsDbPath
Résultat string

ModsFolderPath public_oe static_oe property

public static string ModsFolderPath
Résultat string

TempPath public_oe static_oe property

public static string TempPath
Résultat string