C# Class CentralServerDemo.Viewer

Inheritance: System.Windows.Forms.Form
Show file Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Public Properties

Property Type Description
_ics iConfServer.NET.iConfServerDotNet
bmp System.Drawing.Bitmap
timer1 System.Windows.Forms.Timer

Public Methods

Method Description
Viewer ( iConfServer ics ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

timer1_Tick ( 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

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Viewer() public method

public Viewer ( iConfServer ics ) : System
ics iConfServer
return System

Property Details

_ics public property

public iConfServer.NET.iConfServerDotNet _ics
return iConfServer.NET.iConfServerDotNet

bmp public property

public Bitmap,System.Drawing bmp
return System.Drawing.Bitmap

timer1 public property

public System.Windows.Forms.Timer timer1
return System.Windows.Forms.Timer