deDE translation

small form for log files selection, etc
This commit is contained in:
chudov
2009-01-15 14:21:46 +00:00
parent 18b5181806
commit 356ca2b89c
5 changed files with 1055 additions and 0 deletions

18
CUETools/frmChoice.cs Normal file
View File

@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace JDP
{
public partial class frmChoice : Form
{
public frmChoice()
{
InitializeComponent();
}
}
}