mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-05-09 04:11:13 -05:00
4 lines
237 B
Plaintext
4 lines
237 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="PokemonPicker.ascx.cs" Inherits="PkmnFoundations.Web.controls.PokemonPicker" %>
|
|
|
|
<%-- todo: implement ajax pokemon picker --%>
|
|
<asp:TextBox ID="txtSpecies" runat="server" /> |