Show / Hide Table of Contents

Class MainWindow

Inheritance
System.Object
MainWindow
Namespace: Cloud_ShareSync.GUI.Views
Assembly: Cloud-ShareSync.dll
Syntax
public class MainWindow : Window

Constructors

| Improve this Doc View Source

MainWindow()

Declaration
public MainWindow()

Fields

| Improve this Doc View Source

_backupButton

Declaration
readonly Button _backupButton
Field Value
Type Description
Button
| Improve this Doc View Source

_bannerLogo

Declaration
readonly Image _bannerLogo
Field Value
Type Description
Image
| 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
Type Description
Button
| 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
Type Description
Button
| Improve this Doc View Source

_status1

Declaration
readonly Image _status1
Field Value
Type Description
Image
| Improve this Doc View Source

_status2

Declaration
readonly Image _status2
Field Value
Type Description
Image
| Improve this Doc View Source

_status3

Declaration
readonly Image _status3
Field Value
Type Description
Image
| Improve this Doc View Source

_syncButton

Declaration
readonly Button _syncButton
Field Value
Type Description
Button

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
Type Description
Task
| 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
void DisableButtons()
| Improve this Doc View Source

EnableButtons()

Declaration
void EnableButtons()
| 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
Type Description
Task
| Improve this Doc View Source

RunRestoreProcess()

Declaration
static async Task RunRestoreProcess()
Returns
Type Description
Task
| Improve this Doc View Source

StartButtonPress()

Declaration
void StartButtonPress()
| Improve this Doc View Source

StopButtonPress()

Declaration
void StopButtonPress()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾