예제 #1
0
        private void Init()
        {
            if (GeneralSettings == null)
            {
                GeneralSettings = new GeneralSettings();
            }

            if (WindowSettings == null)
            {
                WindowSettings = new WindowSettings();
            }

            if (GridSettings == null)
            {
                GridSettings = new GridSettings();
            }

            if (BuildMessagesSettings == null)
            {
                BuildMessagesSettings = new BuildMessagesSettings();
            }

            if (ProjectItemSettings == null)
            {
                ProjectItemSettings = new ProjectItemSettings();
            }
        }
예제 #2
0
        private void Init()
        {
            if (GeneralSettings == null)
                GeneralSettings = new GeneralSettings();

            if (WindowSettings == null)
                WindowSettings = new WindowSettings();

            if (GridSettings == null)
                GridSettings = new GridSettings();

            if (BuildMessagesSettings == null)
                BuildMessagesSettings = new BuildMessagesSettings();

            if (ProjectItemSettings == null)
                ProjectItemSettings = new ProjectItemSettings();
        }