public static void Prefix() { AllegianceRegistry.RebuildAllegianceArray(); }
private void _banlistToolStripMenuItem_Click(object sender, EventArgs e) { Process.Start(AllegianceRegistry.GetManagementWebPath("Stats/BanList.aspx?type=mostRecent")); }
//Links private void _squadRostersToolStripMenuItem_Click(object sender, EventArgs e) { Process.Start(AllegianceRegistry.GetManagementWebPath("Stats/SquadRoster.aspx")); }
private void _leaderboardToolStripMenuItem_Click(object sender, EventArgs e) { Process.Start(AllegianceRegistry.GetManagementWebPath("Stats/Leaderboard.aspx")); }
private void btnForgotPassword_Click(object sender, EventArgs e) { Process.Start(AllegianceRegistry.GetManagementWebPath("ForgotPassword.aspx")); }