NBTExplorer/About.cs
2011-12-02 01:32:20 -05:00

19 lines
339 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace NBTPlus
{
public partial class About : Form
{
public About ()
{
InitializeComponent();
}
}
}