Ext.Net.EventStore.OnInit C# (CSharp) Method

OnInit() protected method

protected OnInit ( System e ) : void
e System
return void
        protected override void OnInit(System.EventArgs e)
        {
            base.OnInit(e);
            this.EnsureReader();
        }