C# Class Devkit.CodeSafetyPlugin.ViewModel.CodeSafetyUi

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: kierenj/0x10c-DevKit Class Usage Examples

Public Methods

Method Description
Break ( ) : void
CodeSafetyUi ( CodeSafetyPlugin plugin ) : System
Resume ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

Break() public method

public Break ( ) : void
return void

CodeSafetyUi() public method

public CodeSafetyUi ( CodeSafetyPlugin plugin ) : System
plugin CodeSafetyPlugin
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

Resume() public method

public Resume ( ) : void
return void