Class ConfigureCompressionTab
Inheritance
System.Object
ConfigureCompressionTab
Assembly: Cloud-ShareSync.dll
class ConfigureCompressionTab : StackPanel
Constructors
|
Improve this Doc
View Source
Declaration
public ConfigureCompressionTab(CompressionConfig config, ConfigureWindow parent)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
readonly TextBlock _dependencyPathHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _dependencyPathTxt
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly ConfigureWindow _parentWindow
Field Value
|
Improve this Doc
View Source
Declaration
readonly Button _saveButton
Field Value
|
Improve this Doc
View Source
Declaration
readonly Button _updateDependencyPathButton
Field Value
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public async void ChangeDependencyPathHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ConfigureWindowContent(CompressionConfig)
Declaration
void ConfigureWindowContent(CompressionConfig config)
Parameters
|
Improve this Doc
View Source
Declaration
void ConfigureWindowSettings()
|
Improve this Doc
View Source
Declaration
CompressionConfig GetCompressionConfig()
Returns
|
Improve this Doc
View Source
Declaration
public async void SaveConfigHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
Implements