C# Класс CapDemo.PlayerAnswer

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
lbl_Check System.Windows.Forms.Label
lbl_IDPlayer System.Windows.Forms.Label
lbl_Score System.Windows.Forms.Label
lbl_TeamAnswer System.Windows.Forms.Label
lbl_TeamAnswer1 System.Windows.Forms.Label
lbl_TeamName System.Windows.Forms.Label
pb_Result System.Windows.Forms.PictureBox

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

Метод Описание
PlayerAnswer ( ) : 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.

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

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

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

PlayerAnswer() публичный метод

public PlayerAnswer ( ) : System
Результат System

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

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

public System.Windows.Forms.Label lbl_Check
Результат System.Windows.Forms.Label

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

public System.Windows.Forms.Label lbl_IDPlayer
Результат System.Windows.Forms.Label

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

public System.Windows.Forms.Label lbl_Score
Результат System.Windows.Forms.Label

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

public System.Windows.Forms.Label lbl_TeamAnswer
Результат System.Windows.Forms.Label

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

public System.Windows.Forms.Label lbl_TeamAnswer1
Результат System.Windows.Forms.Label

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

public System.Windows.Forms.Label lbl_TeamName
Результат System.Windows.Forms.Label

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

public System.Windows.Forms.PictureBox pb_Result
Результат System.Windows.Forms.PictureBox