C# Class CentralServerDemo.Viewer

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Méthodes publiques

Свойство Type Description
_ics iConfServer.NET.iConfServerDotNet
bmp System.Drawing.Bitmap
timer1 System.Windows.Forms.Timer

Méthodes publiques

Méthode Description
Viewer ( iConfServer ics ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

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

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Viewer() public méthode

public Viewer ( iConfServer ics ) : System
ics iConfServer
Résultat System

Property Details

_ics public_oe property

public iConfServer.NET.iConfServerDotNet _ics
Résultat iConfServer.NET.iConfServerDotNet

bmp public_oe property

public Bitmap,System.Drawing bmp
Résultat System.Drawing.Bitmap

timer1 public_oe property

public System.Windows.Forms.Timer timer1
Résultat System.Windows.Forms.Timer