NBTExplorer/About.cs
2011-12-04 02:18:27 -05:00

19 lines
343 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 NBTExplorer
{
public partial class About : Form
{
public About ()
{
InitializeComponent();
}
}
}