You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
289 B

using System.Collections;
using System.Web;
namespace AjaxSampleCS.Sample2
{
/// <summary>
/// A system user
/// </summary>
public class User
{
#region Fields and Properties
private ArrayList _documentQueue = new ArrayList();
private int _userId;
/// <summary>