예제 #1
0
        public frmClientMain()
        {
            Application.EnableVisualStyles();
            InitializeComponent();
            fFormCollection = new Srvtools.FormCollection(this, typeof(FormItem));
            CliUtils.fCliMainHandle = this.Handle;

            if (File.Exists(Application.StartupPath + "\\EEPNetClientMain.jpg"))
            {
                this.BackgroundImage = Image.FromFile(Application.StartupPath + "\\EEPNetClientMain.jpg");
            }
        }
예제 #2
0
파일: FLWizard.cs 프로젝트: san90279/UK_OAS
 public FLWizard()
 {
     _formCollection = new Srvtools.FormCollection(this, typeof(FormItem));
 }