Audit.Views.DomainLogView.DomainLogView_Load C# (CSharp) Method

DomainLogView_Load() private method

private DomainLogView_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void DomainLogView_Load(object sender, EventArgs e)
        {
            _services.ConnectLogger(_log);
            _domainGrid.Focus();

            Log("Starting sync...");

            LoadEventsTill(int.MaxValue, _client.IsSyncAvailable, null);
        }