C# Class Server.Misc.Profile

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
EventSink_ChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
EventSink_ProfileRequest ( ProfileRequestEventArgs e ) : void
Format ( double value, string format, string &op ) : bool
Initialize ( ) : void

Private Methods

Méthode Description
GetAccountDuration ( Mobile m ) : string

Method Details

EventSink_ChangeProfileRequest() public static méthode

public static EventSink_ChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
e ChangeProfileRequestEventArgs
Résultat void

EventSink_ProfileRequest() public static méthode

public static EventSink_ProfileRequest ( ProfileRequestEventArgs e ) : void
e ProfileRequestEventArgs
Résultat void

Format() public static méthode

public static Format ( double value, string format, string &op ) : bool
value double
format string
op string
Résultat bool

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void