mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-19 05:40:14 +10:00
Code cleanup
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
|
||||
namespace DiscUtils.BootConfig
|
||||
{
|
||||
using DiscUtils.Registry;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using DiscUtils.Registry;
|
||||
|
||||
internal class DiscUtilsRegistryStorage : BaseStorage
|
||||
{
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
namespace DiscUtils.BootConfig
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
/// <summary>
|
||||
/// The value of an element.
|
||||
|
||||
@@ -22,10 +22,6 @@
|
||||
|
||||
namespace DiscUtils.BootConfig
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates the type of objects that can inherit from an object.
|
||||
/// </summary>
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
|
||||
namespace DiscUtils.BootConfig
|
||||
{
|
||||
using DiscUtils.Registry;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DiscUtils.Registry;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a Boot Configuration Database store (i.e. a BCD file).
|
||||
|
||||
Reference in New Issue
Block a user