mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-13 19:06:41 +10:00
Cleanup using directives
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
using Microsoft.Win32.SafeHandles;
|
using Microsoft.Win32.SafeHandles;
|
||||||
using System;
|
using System;
|
||||||
using System.Runtime.ConstrainedExecution;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Security;
|
using System.Security;
|
||||||
|
|
||||||
|
|||||||
@@ -18,8 +18,6 @@
|
|||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
{
|
{
|
||||||
internal class CommonPhoneInfo
|
internal class CommonPhoneInfo
|
||||||
|
|||||||
@@ -18,8 +18,6 @@
|
|||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
{
|
{
|
||||||
internal class LumiaPhoneInfoAppPhoneInfo
|
internal class LumiaPhoneInfoAppPhoneInfo
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
|
||||||
using System.Linq;
|
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
|
||||||
using System.Linq;
|
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
using MadWizard.WinUSBNet;
|
using MadWizard.WinUSBNet;
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics.Eventing.Reader;
|
using System.Diagnostics.Eventing.Reader;
|
||||||
using System.Linq;
|
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Security.Policy;
|
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
using Microsoft.Win32;
|
using Microsoft.Win32;
|
||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public enum CreationDisposition
|
public enum CreationDisposition
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
internal struct FILETIME
|
internal struct FILETIME
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public class File : FileSystemEntry
|
public class File : FileSystemEntry
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public enum FileStreamMode
|
public enum FileStreamMode
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public enum FileSystemType
|
public enum FileSystemType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
internal enum GET_FILEEX_INFO_LEVELS
|
internal enum GET_FILEEX_INFO_LEVELS
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public enum MoveMethod : uint
|
public enum MoveMethod : uint
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
using System;
|
using System.Reflection;
|
||||||
using System.Diagnostics;
|
|
||||||
using System.Reflection;
|
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Runtime.Versioning;
|
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.0.5795.42493")]
|
[assembly: AssemblyVersion("1.0.5795.42493")]
|
||||||
[assembly: AssemblyTitle("WPinternals SDK")]
|
[assembly: AssemblyTitle("WPinternals SDK")]
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
internal struct QUOTA_LIMITS
|
internal struct QUOTA_LIMITS
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public enum RegResult
|
public enum RegResult
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public enum RegistryHive : uint
|
public enum RegistryHive : uint
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public class RegistryItem
|
public class RegistryItem
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
namespace WPinternalsSDK
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public class RegistryValue : RegistryItem
|
public class RegistryValue : RegistryItem
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
public enum RegistryValueType
|
public enum RegistryValueType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
namespace WPinternalsSDK
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
|
||||||
{
|
{
|
||||||
internal struct WIN32_FILE_ATTRIBUTE_DATA
|
internal struct WIN32_FILE_ATTRIBUTE_DATA
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
using System.Runtime.InteropServices;
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
using System.Runtime.InteropServices.ComTypes;
|
|
||||||
|
|
||||||
namespace WPinternalsSDK
|
namespace WPinternalsSDK
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user