C# Класс Server.Gumps.SetCustomEnumGump

Наследование: SetListOptionGump
Показать файл Открыть проект

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

Метод Описание
OnResponse ( Server.Network.NetState sender, RelayInfo relayInfo ) : void
SetCustomEnumGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names ) : System

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

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

public OnResponse ( Server.Network.NetState sender, RelayInfo relayInfo ) : void
sender Server.Network.NetState
relayInfo RelayInfo
Результат void

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

public SetCustomEnumGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names ) : System
prop System.Reflection.PropertyInfo
mobile Server.Mobile
o object
stack System.Collections.Stack
propspage int
list System.Collections.ArrayList
names string
Результат System