C# Class Server.Commands.Generic.OpenBrowserCommand

Inheritance: Server.Commands.Generic.BaseCommand
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
Execute ( CommandEventArgs e, object obj ) : void
Execute ( CommandEventArgs e, object obj, bool echo ) : void
ExecuteList ( CommandEventArgs e, ArrayList list ) : void
OpenBrowserCommand ( ) : System
OpenBrowser_Callback ( Mobile from, bool okay, object state ) : void

Method Details

Execute() public méthode

public Execute ( CommandEventArgs e, object obj ) : void
e CommandEventArgs
obj object
Résultat void

Execute() public méthode

public Execute ( CommandEventArgs e, object obj, bool echo ) : void
e CommandEventArgs
obj object
echo bool
Résultat void

ExecuteList() public méthode

public ExecuteList ( CommandEventArgs e, ArrayList list ) : void
e CommandEventArgs
list System.Collections.ArrayList
Résultat void

OpenBrowserCommand() public méthode

public OpenBrowserCommand ( ) : System
Résultat System

OpenBrowser_Callback() public static méthode

public static OpenBrowser_Callback ( Mobile from, bool okay, object state ) : void
from Mobile
okay bool
state object
Résultat void