ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/NexusPowerControl/trunk/NexusPowerControl/Form1.cs
(Generate patch)

Comparing trunk/NexusPowerControl/Form1.cs (file contents):
Revision 4 by william, Fri Oct 21 21:50:13 2011 UTC vs.
Revision 8 by william, Sat Oct 22 08:58:41 2011 UTC

# Line 15 | Line 15 | namespace NexusPowerControl
15          {
16              InitializeComponent();
17          }
18 +
19 +        private void Form1_Load(object sender, EventArgs e)
20 +        {
21 +            // load theme
22 +            ThemeLoader loader = new ThemeLoader();          
23 +            loader.LoadThemeOrDefault(NexusPowerControl.Properties.Settings.Default.ActiveThemeName);
24 +            ThemeLoader.ThemeDefinition theme = loader.GetLoadedTheme();
25 +        }
26      }
27   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines