GSF.ServiceProcess.ServiceHelper.EndInit C# (CSharp) 메소드

EndInit() 개인적인 메소드

private EndInit ( ) : void
리턴 void
        public void EndInit()
        {
            if (DesignMode)
                return;

            try
            {
                Initialize();
            }
            catch
            {
                // Prevent the IDE from crashing when component is in design mode.
            }
        }
ServiceHelper