Property | Type | Description | |
---|---|---|---|
ApplyAppTheme | void | ||
ApplyProxySettings | void | ||
DeSerializeSettings | |||
InitFolder | string | ||
InitializeSafeSettings | void | ||
ValidateSettings | void |
Method | Description | |
---|---|---|
ClosingLockedProxy ( EventProxy |
||
FileSystemLockedProxy ( EventProxy |
||
Initialize ( ) : void | ||
OnClosingLocked ( bool IsLocked ) : void | ||
OnFileSystemLocked ( bool IsLocked ) : void | ||
ResolveResource ( string folder, string file, string downloadUrl = null ) : string | ||
Save ( ) : void |
Method | Description | |
---|---|---|
ApplyAppTheme ( |
||
ApplyProxySettings ( |
||
DeSerializeSettings ( string filepath ) : |
||
InitFolder ( string root, string name ) : string | ||
InitializeSafeSettings ( |
||
ValidateSettings ( |
public ClosingLockedProxy ( EventProxy |
||
proxy | EventProxy |
|
subscribe | bool | |
return | void |
public FileSystemLockedProxy ( EventProxy |
||
proxy | EventProxy |
|
subscribe | bool | |
return | void |
public OnClosingLocked ( bool IsLocked ) : void | ||
IsLocked | bool | |
return | void |
public OnFileSystemLocked ( bool IsLocked ) : void | ||
IsLocked | bool | |
return | void |
public ResolveResource ( string folder, string file, string downloadUrl = null ) : string | ||
folder | string | |
file | string | |
downloadUrl | string | |
return | string |