12 lines
205 B
C#
12 lines
205 B
C#
using System.Windows.Forms;
|
|
|
|
namespace m3uTool
|
|
{
|
|
public partial class Mp3ToAacBatch : Form
|
|
{
|
|
public Mp3ToAacBatch()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |