C# 클래스 ProgressDialogEx.MainWindow

상속: System.Windows.Window
파일 보기 프로젝트 열기: rdingwall/wpf-mvvm-task-progress-dialog

공개 메소드들

메소드 설명
MainWindow ( ) : System

비공개 메소드들

메소드 설명
CancellableSleep ( CancellationToken cancellationtoken ) : void
CancellableSleepAndReturnResult ( CancellationToken cancellationtoken ) : int
CancellableSleepAndThrowError ( CancellationToken cancellationtoken ) : int
CancellableSleepWithProgress ( CancellationToken cancellationtoken, IProgress progress ) : void
CancellableSleepWithProgressAndReturnResult ( CancellationToken cancellationtoken, IProgress progress ) : int
CancellableSleepWithProgressAndThrowError ( CancellationToken cancellationtoken, IProgress progress ) : int
ShowProgressDialog ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithCancelButton ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithCancelButtonAndProgress ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithError ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithErrorAndCancelButton ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithErrorAndCancelButtonAndProgress ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithResult ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithResultAndCancelButton ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithResultAndCancelButtonAndProgress ( object sender, RoutedEventArgs e ) : void
Sleep ( ) : void
SleepAndReturnResult ( ) : int
SleepAndThrowError ( ) : int

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System