mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-03-31 14:14:45 -05:00
52 lines
1.7 KiB
C#
52 lines
1.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace PkmnFoundations.GTS {
|
|
|
|
|
|
public partial class ThreeColumn {
|
|
|
|
/// <summary>
|
|
/// cpHead control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.ContentPlaceHolder cpHead;
|
|
|
|
/// <summary>
|
|
/// cpLeft control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.ContentPlaceHolder cpLeft;
|
|
|
|
/// <summary>
|
|
/// cpMain control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.ContentPlaceHolder cpMain;
|
|
|
|
/// <summary>
|
|
/// cpRight control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.ContentPlaceHolder cpRight;
|
|
}
|
|
}
|