代码搜索:UserControl
找到约 3,988 项符合「UserControl」的源代码
代码结果 3,988
www.eeworm.com/read/134543/13984143
cs login.cs
using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public class LoginBase : UserControl
{
protected TextBox txtUserName;
protected TextBox txtPassword;