CK.WindowManager.Model.WindowManagerSubscriber.RegisterWindowBinder C# (CSharp) Method

RegisterWindowBinder() protected method

protected RegisterWindowBinder ( ) : void
return void
        protected void RegisterWindowBinder()
        {
            WindowBinder.Service.BeforeBinding += Service_BeforeBinding;
            WindowBinder.Service.AfterBinding += Service_AfterBinding;
            if( OnBinderStarted != null && WindowBinder.Status == InternalRunningStatus.Started ) OnBinderStarted();
        }