mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Processor: split classes into separate files.
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using CUETools.Processor;
|
||||
using System.Threading;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Runtime.Remoting;
|
||||
using System.Runtime.Remoting.Channels.Ipc;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
using CUETools.Processor;
|
||||
using CUETools.Processor.Settings;
|
||||
|
||||
namespace JDP {
|
||||
namespace JDP
|
||||
{
|
||||
static class Program {
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
|
||||
Reference in New Issue
Block a user