C# Класс CentralServerDemo.Viewer

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_ics iConfServer.NET.iConfServerDotNet
bmp System.Drawing.Bitmap
timer1 System.Windows.Forms.Timer

Открытые методы

Метод Описание
Viewer ( iConfServer ics ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

Viewer() публичный Метод

public Viewer ( iConfServer ics ) : System
ics iConfServer
Результат System

Описание свойств

_ics публичное свойство

public iConfServer.NET.iConfServerDotNet _ics
Результат iConfServer.NET.iConfServerDotNet

bmp публичное свойство

public Bitmap,System.Drawing bmp
Результат System.Drawing.Bitmap

timer1 публичное свойство

public System.Windows.Forms.Timer timer1
Результат System.Windows.Forms.Timer