PKHeX/CodeGenerator.cs
Kurt 1d4dea8bdc Codes, stability for translations
Added beginnings of a code generator, stability for translation.
2014-07-19 16:56:40 -07:00

19 lines
352 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 PKHeX
{
public partial class CodeGenerator : Form
{
public CodeGenerator()
{
InitializeComponent();
}
}
}