C# Class POL_Dice_Generator.MyForm

Datei anzeigen Open project: polserver/poltools

Public Methods

Method Description
MyForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BTN_Copy_Click ( object sender, EventArgs e ) : void
BTN_Create_Click ( object sender, EventArgs e ) : void
BTN_Exit_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.

TB_MaxMinValue_TextChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
checkBox2_CheckedChanged ( object sender, EventArgs e ) : void
chkUniform_CheckedChanged ( object sender, EventArgs e ) : void
copy_result ( ) : void
update_result ( bool should_msg ) : void
update_result ( bool should_msg, bool uniform, bool autocopy ) : 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

MyForm() public method

public MyForm ( ) : System
return System