C# Class Gablarski.Clients.ViewModels.InputSettingsViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: ermau/Gablarski Class Usage Examples

Private Properties

Свойство Type Description
CanRecord bool
OnNewRecording void
Record void

Méthodes publiques

Méthode Description
Close ( ) : void
InputSettingsViewModel ( IntPtr windowHandle ) : System
UpdateSettings ( ) : void

Private Methods

Méthode Description
CanRecord ( CommandBindingViewModel binding ) : bool
OnNewRecording ( object sender, RecordingEventArgs e ) : void
Record ( CommandBindingViewModel binding ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

InputSettingsViewModel() public méthode

public InputSettingsViewModel ( IntPtr windowHandle ) : System
windowHandle System.IntPtr
Résultat System

UpdateSettings() public méthode

public UpdateSettings ( ) : void
Résultat void