Changeset 35
- Timestamp:
- 02/24/05 00:03:35 (4 years ago)
- Files:
-
- trunk/MacFaceFloat/MainForm.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MacFaceFloat/MainForm.cs
r34 r35 16 16 using System.Diagnostics; 17 17 using System.Threading; 18 using System.Reflection; 18 19 19 20 namespace MacFace.FloatApp … … 43 44 { 44 45 InitializeComponent(); 46 47 Assembly asm = Assembly.GetExecutingAssembly(); 48 this.notifyIcon.Icon = new Icon(asm.GetManifestResourceStream("MacFace.FloatApp.App.ico")); 49 45 50 this.TransparentMouseMessage = false; 46 51 this.MoveAtFormDrag = true;
