DirkSarodnick.GoogleSync.Addin.SyncOptionsForm.SyncOptions_Load C# (CSharp) Method

SyncOptions_Load() private method

Handles the Load event of the SyncOptions control.
private SyncOptions_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void
        private void SyncOptions_Load(object sender, EventArgs e)
        {
            ApplicationData.ResolveGoogleAccount();
            this.LoadOptions();
        }