Files
cuetools.net/CUETools/frmPassword.cs

12 lines
161 B
C#
Raw Normal View History

2008-11-12 05:45:48 +00:00
using System.Windows.Forms;
namespace JDP
{
public partial class frmPassword : Form
{
public frmPassword()
{
InitializeComponent();
}
}
}