Свойство | Тип | Описание | |
---|---|---|---|
Profile | Depressurizer.Profile |
Метод | Описание | |
---|---|---|
DlgProfile ( ) : System | ||
DlgProfile ( Depressurizer.Profile profile ) : System | ||
GetDisplayName ( System.Int64 accountId ) : string | ||
InitializeEditMode ( ) : void | ||
SaveModifiables ( Depressurizer.Profile p ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
Apply ( ) : bool | ||
CreateProfile ( ) : bool | ||
GetSteamIds ( ) : string[] |
Gets a list of located account ids. Uses settings for the steam path.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadShortIds ( ) : void |
Populates the combo box with all located account IDs
|
|
NameUpdateThread ( object d ) : void | ||
OnNameUpdateThreadTerminate ( ) : void | ||
ProfileDlg_FormClosing ( object sender, |
||
ProfileDlg_Load ( object sender, |
||
SelectUserInList ( System.Int64 accountId ) : bool | ||
SelectUserInList ( string accountId ) : bool | ||
SetUpdateInterfaceNormal ( ) : void | ||
SetUpdateInterfaceRunning ( ) : void | ||
SetUpdateInterfaceStopping ( ) : void | ||
StartThreadedNameUpdate ( ) : void | ||
UpdateDisplayNameInList ( int index, string name ) : void | ||
ValidateEntries ( ) : bool | ||
cmdBrowse_Click ( object sender, |
||
cmdCancel_Click ( object sender, |
||
cmdIgnore_Click ( object sender, |
||
cmdOk_Click ( object sender, |
||
cmdUnignore_Click ( object sender, |
||
cmdUserUpdateCancel_Click ( object sender, |
||
cmdUserUpdate_Click ( object sender, |
||
lstUsers_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
radSelUser_CheckedChanged ( object sender, EventArgs e ) : void | ||
txtUserID_TextChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public DlgProfile ( Depressurizer.Profile profile ) : System | ||
profile | Depressurizer.Profile | |
Результат | System |
public GetDisplayName ( System.Int64 accountId ) : string | ||
accountId | System.Int64 | |
Результат | string |
public SaveModifiables ( Depressurizer.Profile p ) : void | ||
p | Depressurizer.Profile | |
Результат | void |