C# Class FuseboxFreedom.GUI.PathSetting

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: jamie-pate/FuseBoxFreedom

Public Properties

Property Type Description
exception System.Exception
processed bool

Public Methods

Method Description
Notify ( bool processed, Exception ex ) : void
PathSetting ( ) : System
PathSetting ( string p ) : System
Update ( ) : void

Method Details

Notify() public method

public Notify ( bool processed, Exception ex ) : void
processed bool
ex System.Exception
return void

PathSetting() public method

public PathSetting ( ) : System
return System

PathSetting() public method

public PathSetting ( string p ) : System
p string
return System

Update() public method

public Update ( ) : void
return void

Property Details

exception public_oe property

public Exception,System exception
return System.Exception

processed public_oe property

public bool processed
return bool