C# Класс CalDavSynchronizerTestAutomation.CalDavSynchronizerTestRibbon

Показать файл Открыть проект

Открытые методы

Метод Описание
CalDavSynchronizerTestRibbon ( )
EnsureSynchronizationContext ( ) : void

Ensures that the syncronizationcontext is not null ( it seems to be a bug that the synchronizationcontext is null in Office Addins)

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
CreateWindowWithTextBox ( ) : TextBox>.Tuple
ImportIcsData_Click ( object sender, RibbonControlEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

StartTests ( bool excludeManual ) : void
StartTestsButton_Click ( object sender, RibbonControlEventArgs e ) : void
StartTestsExcludeManualButton_Click ( object sender, RibbonControlEventArgs e ) : void
TestAutomationRibbon_Load ( object sender, RibbonUIEventArgs e ) : void

Описание методов

CalDavSynchronizerTestRibbon() публичный Метод

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EnsureSynchronizationContext() публичный статический Метод

Ensures that the syncronizationcontext is not null ( it seems to be a bug that the synchronizationcontext is null in Office Addins)
public static EnsureSynchronizationContext ( ) : void
Результат void