Class MainWindow
Inheritance
System.Object
MainWindow
Assembly: Cloud-ShareSync.dll
Syntax
public class MainWindow : Window
Constructors
|
Improve this Doc
View Source
MainWindow()
Declaration
Fields
|
Improve this Doc
View Source
_backupButton
Declaration
readonly Button _backupButton
Field Value
|
Improve this Doc
View Source
_bannerLogo
Declaration
readonly Image _bannerLogo
Field Value
|
Improve this Doc
View Source
_cancelSource
Declaration
CancellationTokenSource _cancelSource
Field Value
| Type |
Description |
| CancellationTokenSource |
|
|
Improve this Doc
View Source
_configureButton
Declaration
readonly Button _configureButton
Field Value
|
Improve this Doc
View Source
_panel
Declaration
readonly StackPanel _panel
Field Value
| Type |
Description |
| StackPanel |
|
|
Improve this Doc
View Source
_restoreButton
Declaration
readonly Button _restoreButton
Field Value
|
Improve this Doc
View Source
_status1
Declaration
Field Value
|
Improve this Doc
View Source
_status2
Declaration
Field Value
|
Improve this Doc
View Source
_status3
Declaration
Field Value
|
Improve this Doc
View Source
_syncButton
Declaration
readonly Button _syncButton
Field Value
Methods
|
Improve this Doc
View Source
AddMainPanelContent()
Declaration
void AddMainPanelContent()
|
Improve this Doc
View Source
AnimateLoadingIndicator(CancellationToken)
Declaration
async Task AnimateLoadingIndicator(CancellationToken token)
Parameters
| Type |
Name |
Description |
| CancellationToken |
token |
|
Returns
|
Improve this Doc
View Source
ChangeControlVisualizationStatus(Control, Boolean)
Declaration
static void ChangeControlVisualizationStatus(Control control, bool status)
Parameters
| Type |
Name |
Description |
| Control |
control |
|
| System.Boolean |
status |
|
|
Improve this Doc
View Source
ClickBackupButton(Nullable<Object>, RoutedEventArgs)
Declaration
async void ClickBackupButton(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ClickConfigureButton(Nullable<Object>, RoutedEventArgs)
Declaration
async void ClickConfigureButton(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ClickRestoreButton(Nullable<Object>, RoutedEventArgs)
Declaration
async void ClickRestoreButton(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ClickSyncButton(Nullable<Object>, RoutedEventArgs)
Declaration
async void ClickSyncButton(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ConfigureButtonClicks()
Declaration
void ConfigureButtonClicks()
|
Improve this Doc
View Source
ConfigureWindowProperties()
Declaration
void ConfigureWindowProperties()
|
Improve this Doc
View Source
DisableButtons()
Declaration
|
Improve this Doc
View Source
EnableButtons()
Declaration
|
Improve this Doc
View Source
ResetControlState(Control)
Declaration
void ResetControlState(Control control)
Parameters
| Type |
Name |
Description |
| Control |
control |
|
|
Improve this Doc
View Source
RunBackupProcess()
Declaration
static async Task RunBackupProcess()
Returns
|
Improve this Doc
View Source
RunRestoreProcess()
Declaration
static async Task RunRestoreProcess()
Returns
|
Improve this Doc
View Source
StartButtonPress()
Declaration
|
Improve this Doc
View Source
StopButtonPress()
Declaration