diff options
| author | Lyssa | 2025-04-07 15:19:24 +0000 |
|---|---|---|
| committer | Lyssa | 2025-04-07 15:19:24 +0000 |
| commit | 0c8b1efaa9005de1d101ebab5e66117edfaec3b2 (patch) | |
| tree | 3f5fe837f2ec9cbe20238bdf9ced357f3ec1184e /LibTSforge/Modifiers/SetIIDParams.cs | |
| parent | 3f1c87831802817f0cb3effacde954d3cbadfb6c (diff) | |
| download | TSforge-0c8b1efaa9005de1d101ebab5e66117edfaec3b2.zip | |
Minor fixups
Diffstat (limited to 'LibTSforge/Modifiers/SetIIDParams.cs')
| -rw-r--r-- | LibTSforge/Modifiers/SetIIDParams.cs | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/LibTSforge/Modifiers/SetIIDParams.cs b/LibTSforge/Modifiers/SetIIDParams.cs index d7fa2c5..2f34a7d 100644 --- a/LibTSforge/Modifiers/SetIIDParams.cs +++ b/LibTSforge/Modifiers/SetIIDParams.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using LibTSforge.PhysicalStore; -using LibTSforge.SPP; - namespace LibTSforge.Modifiers { + using PhysicalStore; + using SPP; + using System.IO; + using System; public static class SetIIDParams { public static void SetParams(PSVersion version, bool production, Guid actId, PKeyAlgorithm algorithm, int group, int serial, ulong security) |
