C# Class SteamDesktopAuth.ConfirmForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Ezzpify/SteamAuthenticator Class Usage Examples

Méthodes publiques

Свойство Type Description
completedTrades List

Méthodes publiques

Méthode Description
ConfirmForm ( ) : System

Constructor

RefreshList ( List list ) : void

Refreshes the current trade that requires a confirmation

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ConfirmForm_MouseDown ( object sender, MouseEventArgs e ) : void

Allows user to move form

HandleOffer ( int type ) : void

Deals with a trade offer confirmation

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
cancelButton_Click ( object sender, EventArgs e ) : void

Cancels a trade from the list

confirmButton_Click ( object sender, EventArgs e ) : void

Confirms a trade from the list

confirmListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Hide/Show confirmations buttons depending on if an item has been selected

exitButton_Click ( object sender, EventArgs e ) : void

Hides the form

refreshButton_Click ( object sender, EventArgs e ) : void

Refreshes all the existing trade confirmations pending

Method Details

ConfirmForm() public méthode

Constructor
public ConfirmForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

RefreshList() public méthode

Refreshes the current trade that requires a confirmation
public RefreshList ( List list ) : void
list List List of trades
Résultat void

Property Details

completedTrades public_oe property

public List completedTrades
Résultat List