标签:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ClassTrining 7 { 8 public class 事件数据类 : EventArgs 9 { 10 public int 阀值 { get; set; } 11 public DateTime 时间范围 { get; set; } 12 } 13 }
标签:
原文地址:http://www.cnblogs.com/linhongquan/p/5470653.html