Ignore:
Timestamp:
Jul 13, 2008, 2:09:01 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

ActiveBasic.Windows.UI.FormsをUIへ移動。UI以下にForms以外置くものが思い浮かばないので。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/TestCase/SimpleTestCase/SimpleTestCase.ab

    r468 r545  
    66
    77Function GetTempDirectory() As String
    8     Return System.IO.Path.GetDirectoryName( System.Windows.Forms.Application.ExecutablePath ) + "\temp\"
    9 '   Return System.IO.Path.GetTempPath()
     8'   Return System.IO.Path.GetDirectoryName( System.Windows.Forms.Application.ExecutablePath ) + "\temp\"
     9    Return System.IO.Path.GetTempPath()
    1010End Function
    1111
     
    2626End Sub
    2727
    28 Initialize()
     28'Initialize()
    2929
    3030Dim csbi As CONSOLE_SCREEN_BUFFER_INFO
Note: See TracChangeset for help on using the changeset viewer.