C# Class ZombieSystem.Main

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jariz/jZm Class Usage Examples

Méthodes publiques

Свойство Type Description
console System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
API_OnCrash ( Exception exep ) : void
API_OnFrame ( ) : void
API_OnPluginCrash ( Exception exep, ZombieAPI plug ) : void
API_OnWrite ( string msg ) : void
Main ( ) : System
boxshow ( Panel p ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Main_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
plugin_init ( ) : void

Method Details

API_OnCrash() public méthode

public API_OnCrash ( Exception exep ) : void
exep System.Exception
Résultat void

API_OnFrame() public méthode

public API_OnFrame ( ) : void
Résultat void

API_OnPluginCrash() public méthode

public API_OnPluginCrash ( Exception exep, ZombieAPI plug ) : void
exep System.Exception
plug ZombieAPI
Résultat void

API_OnWrite() public méthode

public API_OnWrite ( string msg ) : void
msg string
Résultat void

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

Main() public méthode

public Main ( ) : System
Résultat System

boxshow() public méthode

public boxshow ( Panel p ) : void
p System.Windows.Forms.Panel
Résultat void

Property Details

console public_oe property

public System.Windows.Forms.TextBox console
Résultat System.Windows.Forms.TextBox