C# Class Server.Misc.Profile

Exibir arquivo Open project: Grimoric/RunUO.T2A

Public Methods

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

Private Methods

Method Description
GetAccountDuration ( Mobile m ) : string

Method Details

EventSink_ChangeProfileRequest() public static method

public static EventSink_ChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
e ChangeProfileRequestEventArgs
return void

EventSink_ProfileRequest() public static method

public static EventSink_ProfileRequest ( ProfileRequestEventArgs e ) : void
e ProfileRequestEventArgs
return void

Format() public static method

public static Format ( double value, string format, string &op ) : bool
value double
format string
op string
return bool

Initialize() public static method

public static Initialize ( ) : void
return void