Свойство | Тип | Описание | |
---|---|---|---|
completedTrades | List |
Метод | Описание | |
---|---|---|
ConfirmForm ( ) : System |
Constructor
|
|
RefreshList ( List |
Refreshes the current trade that requires a confirmation
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
ConfirmForm_MouseDown ( object sender, |
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 ( |
||
cancelButton_Click ( object sender, |
Cancels a trade from the list
|
|
confirmButton_Click ( object sender, |
Confirms a trade from the list
|
|
confirmListBox_SelectedIndexChanged ( object sender, |
Hide/Show confirmations buttons depending on if an item has been selected
|
|
exitButton_Click ( object sender, |
Hides the form
|
|
refreshButton_Click ( object sender, |
Refreshes all the existing trade confirmations pending
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public RefreshList ( List |
||
list | List |
List of trades |
Результат | void |