Cleaned up a little more, removed the frmRegistration code.

And ready for a first github release. so changed to version 2.2
This commit is contained in:
gjefferyes
2014-12-08 10:29:43 -06:00
parent 09ccdd7e10
commit 47731743b6
11 changed files with 397 additions and 766 deletions

View File

@@ -1426,14 +1426,6 @@ namespace ROMVault2
}
}
private void RegistratioToolStripMenuItemClick(object sender, EventArgs e)
{
FrmRegistration freg = new FrmRegistration();
freg.ShowDialog(this);
freg.Dispose();
}
}
}