C# 클래스 Gablarski.Clients.ViewModels.InputSettingsViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: ermau/Gablarski 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CanRecord bool
OnNewRecording void
Record void

공개 메소드들

메소드 설명
Close ( ) : void
InputSettingsViewModel ( IntPtr windowHandle ) : System
UpdateSettings ( ) : void

비공개 메소드들

메소드 설명
CanRecord ( CommandBindingViewModel binding ) : bool
OnNewRecording ( object sender, RecordingEventArgs e ) : void
Record ( CommandBindingViewModel binding ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

InputSettingsViewModel() 공개 메소드

public InputSettingsViewModel ( IntPtr windowHandle ) : System
windowHandle System.IntPtr
리턴 System

UpdateSettings() 공개 메소드

public UpdateSettings ( ) : void
리턴 void