C# Класс CentralServerDemo.FormPending

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

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

Свойство Тип Описание
btnAcceptRequest System.Windows.Forms.ToolStripButton
btnIgnoreRequest System.Windows.Forms.ToolStripButton
lstPending System.Windows.Forms.ListBox
panel1 System.Windows.Forms.Panel
toolStrip1 System.Windows.Forms.ToolStrip

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

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

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

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

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

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

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

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

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

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

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

public System.Windows.Forms.ToolStripButton btnAcceptRequest
Результат System.Windows.Forms.ToolStripButton

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

public System.Windows.Forms.ToolStripButton btnIgnoreRequest
Результат System.Windows.Forms.ToolStripButton

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

public System.Windows.Forms.ListBox lstPending
Результат System.Windows.Forms.ListBox

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

public System.Windows.Forms.Panel panel1
Результат System.Windows.Forms.Panel

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

public System.Windows.Forms.ToolStrip toolStrip1
Результат System.Windows.Forms.ToolStrip