Changeset 1428 for trunk/eraser6


Ignore:
Timestamp:
12/29/2009 7:21:18 AM (2 years ago)
Author:
lowjoel
Message:

Fixed the InvalidOperationException? thrown when Eraser is started. See http://bbs.heidi.ie/viewtopic.php?f=2&t=5856

Location:
trunk/eraser6/Eraser
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser/MainForm.cs

    r1360 r1428  
    4949            UXThemeApi.UpdateControlTheme(notificationMenu); 
    5050 
    51             CreateHandle(); 
     51            CreateControl(); 
    5252            SettingsPage.CreateControl(); 
    5353            SchedulerPage.CreateControl(); 
  • trunk/eraser6/Eraser/Program.cs

    r1376 r1428  
    187187            //Create the main form 
    188188            program.MainForm = new MainForm(); 
    189             program.MainForm.CreateControl(); 
    190189            bool showMainForm = true; 
    191190            foreach (string param in program.CommandLine) 
Note: See TracChangeset for help on using the changeset viewer.