C# 클래스 TVSorter.View.ListDialog

A dialog that shows a list of strings and allows adding and removing.
상속: System.Windows.Forms.Form, IView
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
ListDialog ( ListController listController ) : System

Initializes a new instance of the ListDialog class.

StartTaskProgress ( IProgressTask task, string taskName ) : void

Starts the progress indication for the specified Project Task.

비공개 메소드들

메소드 설명
AddButtonClick ( object sender, EventArgs e ) : void

Handles Add button being clicked.

CloseButtonClick ( object sender, EventArgs e ) : void

Handles the close button being clicked.

ListDialogLoad ( object sender, EventArgs e ) : void

Handles the List dialog loading.

PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles the event for a property changing in the controller.

RemoveButtonClick ( object sender, EventArgs e ) : void

Handles the Remove button being clicked.

SaveButtonClick ( object sender, EventArgs e ) : void

Handles the Save button being clicked.

메소드 상세

ListDialog() 공개 메소드

Initializes a new instance of the ListDialog class.
public ListDialog ( ListController listController ) : System
listController TVSorter.Controller.ListController /// The list controller. ///
리턴 System

StartTaskProgress() 공개 메소드

Starts the progress indication for the specified Project Task.
public StartTaskProgress ( IProgressTask task, string taskName ) : void
task IProgressTask /// The task. ///
taskName string /// The task name. ///
리턴 void