Example #1
0
        public OptionFrm(MainForm mainform)
        {
            InitializeComponent();
            mainForm    = mainform;
            appsettings = Maticsoft.CmConfig.AppConfig.GetSettings();
            setting     = Maticsoft.CmConfig.ModuleConfig.GetSettings();

            optionsEnviroments   = new UcOptionsEnviroments();
            optionEditor         = new UcOptionEditor();
            optionsQuerySettings = new UcOptionsQuerySettings();
            optionStartUp        = new UcOptionStartUp(appsettings);//5-1-a-s-p-x
            //ucdbset = new UcDBSet();
            uccsset     = new UcCSSet();
            ucnameset   = new UcCSNameSet();
            ucAddin     = new UcAddInManage();
            ucDatatype  = new UcDatatype();
            ucSysmanage = new UcSysManage();
        }
Example #2
0
 public UcOptionStartUp(Maticsoft.CmConfig.AppSettings setting)
 {
     InitializeComponent();
     settings = setting;
 }