C# Класс BalloonsPop.GraphicUserInterface.UserCommandArgs

Event arguments that encapsulate a command as a string.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
UserCommandArgs ( string commandToPass ) : System

Initializes a new instance of the UserCommandArgs class from command string.

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

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

Initializes a new instance of the UserCommandArgs class from command string.
public UserCommandArgs ( string commandToPass ) : System
commandToPass string The name of current command.
Результат System