Exemple #1
0
 public UserManageView(string captionText) : base(captionText)
 {
     InitializeComponent();
     this.Text = captionText;
     //this.captionText = captionText;
     userBll = new User_ListBll();
 }