Ignore:
Timestamp:
Dec 9, 2007, 4:40:36 PM (16 years ago)
Author:
rryu
Message:

ビジュアルスタイルを有効にした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MacFaceApp.cs

    r101 r104  
    4444                public static void Main(string[] args)
    4545                {
    46                         AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
     46            Application.EnableVisualStyles();
     47            AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
    4748                        MacFaceApp app = new MacFaceApp();
    4849                        app.StartApplication();
Note: See TracChangeset for help on using the changeset viewer.