C# Class SteamDesktopAuth.ConfirmForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Ezzpify/SteamAuthenticator Class Usage Examples

Public Properties

Property Type Description
completedTrades List

Public Methods

Method Description
ConfirmForm ( ) : System

Constructor

RefreshList ( List list ) : void

Refreshes the current trade that requires a confirmation

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Constructor
public ConfirmForm ( ) : System
return System

Dispose() protected method

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

RefreshList() public method

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

Property Details

completedTrades public_oe property

public List completedTrades
return List