Changeset 1734
- Timestamp:
- 2/3/2010 12:13:11 AM (3 years ago)
- Location:
- branches/eraser6/6.0/Eraser
- Files:
-
- 2 edited
-
MainForm.cs (modified) (1 diff)
-
SchedulerPanel.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser/MainForm.cs
r1721 r1734 45 45 public MainForm() 46 46 { 47 CreateHandle(); 47 48 InitializeComponent(); 48 49 contentPanel.Controls.Add(SchedulerPage); 49 50 contentPanel.Controls.Add(SettingsPage); 50 CreateHandle();51 51 52 52 UXThemeApi.UpdateControlTheme(this); -
branches/eraser6/6.0/Eraser/SchedulerPanel.cs
r1719 r1734 42 42 public SchedulerPanel() 43 43 { 44 CreateHandle(); 44 45 InitializeComponent(); 45 46 UXThemeApi.UpdateControlTheme(schedulerDefaultMenu); 46 CreateHandle();47 47 48 48 //Populate the scheduler list-view with the current task list
Note: See TracChangeset
for help on using the changeset viewer.
