File tree Expand file tree Collapse file tree 29 files changed +5
-100
lines changed
Expand file tree Collapse file tree 29 files changed +5
-100
lines changed Original file line number Diff line number Diff line change 1- using System ;
2- using System . Diagnostics ;
1+ using System . Diagnostics ;
32using Microsoft . Win32 ;
43
54namespace SmartSystemMenu
Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
33using System . Linq ;
4- using System . Text ;
5- using System . Windows . Forms ;
6- using System . Runtime . InteropServices ;
74using System . Diagnostics ;
85
96namespace SmartSystemMenu
@@ -47,7 +44,7 @@ private static bool EnumWindowCallback(IntPtr hwnd, int lParam)
4744#if WIN32
4845 isAdd = ! Environment . Is64BitOperatingSystem || PlatformUtils . IsWow64Process ( pid ) ;
4946#else
50- isAdd = Environment . Is64BitOperatingSystem && ! PlatformUtility . IsWow64Process ( pid ) ;
47+ isAdd = Environment . Is64BitOperatingSystem && ! PlatformUtils . IsWow64Process ( pid ) ;
5148#endif
5249
5350 if ( ! isAdd ) return true ;
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
5-
6- namespace SmartSystemMenu . Extensions
1+ namespace SmartSystemMenu . Extensions
72{
83 static class PriorityExtensions
94 {
Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
52using System . Diagnostics ;
63
74namespace SmartSystemMenu . Extensions
Original file line number Diff line number Diff line change 11using System ;
22using System . Windows . Forms ;
3- using SmartSystemMenu ;
43
54namespace SmartSystemMenu . Forms
65{
Original file line number Diff line number Diff line change 88using System . IO ;
99using System . Drawing . Imaging ;
1010using System . Text ;
11- using SmartSystemMenu ;
1211using SmartSystemMenu . Extensions ;
1312using SmartSystemMenu . Hooks ;
1413
Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
52
63namespace SmartSystemMenu . Hooks
74{
Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
5- using SmartSystemMenu ;
62
73namespace SmartSystemMenu . Hooks
84{
Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
5- using SmartSystemMenu ;
62
73namespace SmartSystemMenu . Hooks
84{
Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
5- using SmartSystemMenu ;
62
73namespace SmartSystemMenu . Hooks
84{
You can’t perform that action at this time.
0 commit comments