C# Class RGB.frmMain

Inheritance: System.Windows.Forms.Form
Mostra file Open project: gray-panda/grayrepo

Public Methods

Method Description
frmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
btnCheck_Click ( object sender, EventArgs e ) : void
sbB_Scroll ( object sender, ScrollEventArgs e ) : void
sbG_Scroll ( object sender, ScrollEventArgs e ) : void
sbR_Scroll ( object sender, ScrollEventArgs e ) : void
szA ( int iDummy1, int iDummy2, int iDummy3, byte bArrayA, int iDummy4, int iDummy5 ) : string
szB ( int iDummy1, int iDummy2, int iDummy3, byte bArrayA, int iDummy4, int iDummy5 ) : string

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

frmMain() public method

public frmMain ( ) : System
return System