C# Класс SharpBelot.PassedAnnouncesForm

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

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

Метод Описание
AddMessage ( string playerName, string message, bool isActive ) : void
AddSpaces ( ) : void
ChangeResources ( ) : void
ClearMessages ( ) : void
PassedAnnouncesForm ( Form mainForm ) : System

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

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

Clean up any resources being used.

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

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

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

OnMainFormMove ( object sender, System e ) : void

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

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

public AddMessage ( string playerName, string message, bool isActive ) : void
playerName string
message string
isActive bool
Результат void

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

public AddSpaces ( ) : void
Результат void

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

public ChangeResources ( ) : void
Результат void

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

public ClearMessages ( ) : void
Результат 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

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

public PassedAnnouncesForm ( Form mainForm ) : System
mainForm Form
Результат System