Changeset 123


Ignore:
Timestamp:
May 26, 2009, 3:22:20 AM (15 years ago)
Author:
rryu
Message:

コンパイルエラーを修正。

Location:
trunk/MacFaceFloat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/OptimusMini.cs

    r120 r123  
    44using System.Drawing;
    55using System.Drawing.Imaging;
    6 using System.Runtime.InteropServices;
    76using Microsoft.Win32;
    87
     
    1211internal interface IOptimusMini : IDisposable
    1312{
    14     void Dispose();
     13//    void Dispose();
    1514    bool IsAlive { get; }
    1615    OptimusMini.BrightnessLevel Brightness { set; }
     
    5150    }
    5251
    53     void IOptimusMini.Dispose()
    54     {
    55     }
     52    //void IOptimusMini.Dispose()
     53    //{
     54    //}
    5655}
    5756
  • trunk/MacFaceFloat/PatternWindow.cs

    r107 r123  
    8686
    8787
    88         public Boolean
     88        new public Boolean
    8989        TransparentMouseMessage
    9090        {
Note: See TracChangeset for help on using the changeset viewer.