GSF.ServiceProcess.ServiceHelper.BeginInit C# (CSharp) Method

BeginInit() private method

private BeginInit ( ) : void
return void
        public void BeginInit()
        {
            //if (!DesignMode)
            //{
            //    try
            //    {
            //        // Nothing needs to be done before component is initialized.
            //    }
            //    catch
            //    {
            //        // Prevent the IDE from crashing when component is in design mode.
            //    }
            //}
        }
ServiceHelper