mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Some refactoring in CUETools
This commit is contained in:
@@ -2,15 +2,14 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Threading;
|
||||
using CUETools.Processor;
|
||||
using System.Windows.Forms;
|
||||
using CUEControls;
|
||||
using CUETools.Processor;
|
||||
|
||||
namespace JDP {
|
||||
namespace JDP
|
||||
{
|
||||
public partial class frmSettings : Form {
|
||||
bool _reducePriority;
|
||||
CUEConfig _config;
|
||||
|
||||
Reference in New Issue
Block a user