Changeset 1735
- Timestamp:
- 2/3/2010 12:24:01 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
r1734 r1735 45 45 public MainForm() 46 46 { 47 CreateHandle();48 47 InitializeComponent(); 49 48 contentPanel.Controls.Add(SchedulerPage); 50 49 contentPanel.Controls.Add(SettingsPage); 50 if (!IsHandleCreated) 51 CreateHandle(); 51 52 52 53 UXThemeApi.UpdateControlTheme(this); -
branches/eraser6/6.0/Eraser/SchedulerPanel.cs
r1734 r1735 42 42 public SchedulerPanel() 43 43 { 44 CreateHandle();45 44 InitializeComponent(); 46 45 UXThemeApi.UpdateControlTheme(schedulerDefaultMenu); 46 if (!IsHandleCreated) 47 CreateHandle(); 47 48 48 49 //Populate the scheduler list-view with the current task list
Note: See TracChangeset
for help on using the changeset viewer.
