示例#1
0
		public ResourceCounter(string resourceName, int period, ResourceCounter.NotifyDelegate notifyDelegate)
		{
			this.resourceName = resourceName;
			this.period = period;
			this.notifyDelegate = notifyDelegate;
		}
示例#2
0
 public ResourceCounter(string resourceName, int period, ResourceCounter.NotifyDelegate notifyDelegate)
 {
     this.resourceName   = resourceName;
     this.period         = period;
     this.notifyDelegate = notifyDelegate;
 }