C# 클래스 Gwupe.Agent.UI.WPF.API.GwupeDisablerContext

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

공개 메소드들

메소드 설명
DisableInputs ( bool disabled, String message = null ) : void
GwupeDisablerContext ( Dispatcher dispatcher, ContentPresenter disabler ) : System

비공개 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

DisableInputs() 공개 메소드

public DisableInputs ( bool disabled, String message = null ) : void
disabled bool
message String
리턴 void

GwupeDisablerContext() 공개 메소드

public GwupeDisablerContext ( Dispatcher dispatcher, ContentPresenter disabler ) : System
dispatcher System.Windows.Threading.Dispatcher
disabler System.Windows.Controls.ContentPresenter
리턴 System