From a7f32b2ca65c0a2ff3afd5b75dae2f6c3c9aaee7 Mon Sep 17 00:00:00 2001 From: Greg Edwards Date: Mon, 5 May 2014 04:24:02 -0400 Subject: [PATCH] Stern warning that this is a work in progress --- gts/Default.aspx | 8 ++++++++ gts/Default.aspx.designer.cs | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/gts/Default.aspx b/gts/Default.aspx index 9782bf88..83b7c303 100644 --- a/gts/Default.aspx +++ b/gts/Default.aspx @@ -15,6 +15,14 @@ project.

shutdown of Nintendo Wi-fi Connection services scheduled for May 20. To allow players to continue trading, someone would need to make a replacement server, so I decided to help out.

+

This is a WORK IN PROGRESS. I make no promises that your +Pokémon will be safe or that you will get them back. If you find any problems, please +report them in the + +issue tracker with complete replication steps, and Wireshark captures if possible. +Thanks. +

+

What is Pokémon Foundations?

Pokémon Foundations is going to be a collection of utilities dealing with the logic, math, and data related to the main series of Pokémon RPG videogames. Planned is a Pokédex, stat calculator, diff --git a/gts/Default.aspx.designer.cs b/gts/Default.aspx.designer.cs index cf42127d..e693e667 100644 --- a/gts/Default.aspx.designer.cs +++ b/gts/Default.aspx.designer.cs @@ -11,5 +11,14 @@ namespace PkmnFoundations.GTS { public partial class Default { + + ///

+ /// hlIssueTracker control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink hlIssueTracker; } }