Ejemplo n.º 1
0
        protected override void FormLoadFunction(object sender, EventArgs e)
        {
            base.FormLoadFunction(sender, e);
            this.cmdEditPass.Click += cmdEditPass_Click;
            this.ShowRemind();
            this.InitVersion();
            this.cmdSystemConfig.Click += cmdSystemConfig_Click;

            this.Text = ConfigurationManager.AppSettings["SystemName"];

            XSystemConfigTool tool = new XSystemConfigTool();

            XUICommon.SystemConfigInfo = tool.GetConfigInfo();
        }