Пример #1
0
 private void FrmAboutme_Load(object sender, EventArgs e)
 {
     GoobizFrame.Profile.Config config = new GoobizFrame.Profile.Config(@"Resources\HostConfiguration.config");
     config.GroupName           = "HostConfiguration";
     panelControl1.ContentImage = Image.FromFile("" + config.GetValue("Theme", "SplashBitmap"));
     this.Text = "" + config.GetValue("Theme", "ProductTitle");
 }