NBTExplorer/About.cs

20 lines
343 B
C#
Raw Normal View History

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;
2011-12-04 07:18:27 +00:00
namespace NBTExplorer
{
public partial class About : Form
{
public About ()
{
InitializeComponent();
}
}
}