C# 클래스 SteamDesktopAuth.ConfirmForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Ezzpify/SteamAuthenticator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
completedTrades List

공개 메소드들

메소드 설명
ConfirmForm ( ) : System

Constructor

RefreshList ( List list ) : void

Refreshes the current trade that requires a confirmation

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ConfirmForm() 공개 메소드

Constructor
public ConfirmForm ( ) : System
리턴 System

Dispose() 보호된 메소드

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

RefreshList() 공개 메소드

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

프로퍼티 상세

completedTrades 공개적으로 프로퍼티

public List completedTrades
리턴 List