2016-11-12 19:02:48 +03:00
|
|
|
|
using System;
|
2017-04-23 19:22:25 +03:00
|
|
|
|
using System.Collections;
|
2016-11-12 19:02:48 +03:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.IO;
|
|
|
|
|
using System.IO.Compression;
|
|
|
|
|
|
|
|
|
|
using SonicAudioLib;
|
2017-06-21 01:19:47 +03:00
|
|
|
|
using SonicAudioLib.Archives;
|
2016-11-12 19:02:48 +03:00
|
|
|
|
using SonicAudioLib.IO;
|
|
|
|
|
using SonicAudioLib.CriMw;
|
2017-04-23 19:22:25 +03:00
|
|
|
|
using System.Threading.Tasks;
|
2016-11-12 19:02:48 +03:00
|
|
|
|
|
|
|
|
|
using System.Xml;
|
2017-06-21 01:19:47 +03:00
|
|
|
|
using System.Xml.Serialization;
|
2016-11-12 19:02:48 +03:00
|
|
|
|
|
|
|
|
|
namespace SonicAudioCmd
|
|
|
|
|
{
|
|
|
|
|
class Program
|
|
|
|
|
{
|
|
|
|
|
static void Main(string[] args)
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|