C# 클래스 BF2Statistics.SnapshotViewForm

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 메소드들

메소드 설명
SnapshotViewForm ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
BuildList ( string MapName = "", string Prefix = "", DateTime StartDate = null, DateTime EndDate = null ) : void

Builds the snapshot file list, based on the snapshot files found within the Temp and Processed folders

DeleteBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Delete button is clicked

Details_MenuItem_Click ( object sender, EventArgs e ) : void

Event fire when the Details item menu is selected from the context menu

GetSnapshotFileInfos ( string FilePath ) : List

Builds a list of SnapshotFile objects found within the specified file path

ImportBtn_Click ( object sender, EventArgs e ) : void

Event is fired when the Import Button is clicked

ImportSnaphotFiles ( List Files, CancellationToken CancelToken ) : void

Imports the provided snapshot files into the stats database

InitializeComponent ( ) : void

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

MoveSnapshotMenuItem_Click ( object sender, EventArgs e ) : void

Event fired when the Move Snapshot menu item is clicked from the drop down menu (right click)

SelectAllBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Select All button is clicked

SelectNoneBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Select None button is clicked

SnapshotView_MouseClick ( object sender, MouseEventArgs e ) : void

Event fired when the user right clicks, to open the context menu

ViewSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Event fired when the snapshot view type is changed

linkLabelFilter_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

SnapshotViewForm() 공개 메소드

public SnapshotViewForm ( ) : System
리턴 System