mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-19 13:50:11 +10:00
Code cleanup
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
|
||||
namespace DiscUtils.LogicalDiskManager
|
||||
{
|
||||
using DiscUtils.Partitions;
|
||||
using System;
|
||||
using System.IO;
|
||||
using DiscUtils.Partitions;
|
||||
|
||||
internal class DynamicDisk : IDiagnosticTraceable
|
||||
{
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
|
||||
namespace DiscUtils.LogicalDiskManager
|
||||
{
|
||||
using DiscUtils.Partitions;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using DiscUtils.Partitions;
|
||||
|
||||
internal class DynamicDiskGroup : IDiagnosticTraceable
|
||||
{
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
|
||||
namespace DiscUtils.LogicalDiskManager
|
||||
{
|
||||
using DiscUtils.Partitions;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using DiscUtils.Partitions;
|
||||
|
||||
/// <summary>
|
||||
/// A class that understands Windows LDM structures, mapping physical volumes to logical volumes.
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
|
||||
namespace DiscUtils.LogicalDiskManager
|
||||
{
|
||||
using System;
|
||||
|
||||
internal class TocBlock
|
||||
{
|
||||
public string Signature; // TOCBLOCK
|
||||
|
||||
Reference in New Issue
Block a user