Changeset 14


Ignore:
Timestamp:
Nov 15, 2004, 2:37:37 AM (19 years ago)
Author:
altba\tomoyo
Message:

初回起動時にディレクトリ選択になったときキャンセルするとObjectDisposedExceptionガ発生したのを修正した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MainForm.cs

    r13 r14  
    247247                                if (!SelectFaceDefine(Application.StartupPath))
    248248                                {
    249                                         this.Close();
     249                                        Application.Exit();
    250250                                        return;
    251251                                }
Note: See TracChangeset for help on using the changeset viewer.