Example #1
0
 public SiteBase(int ID, SiteBody body, IListDataNode ListData)
 {
     this.ID       = ID;
     this.body     = body;
     this.ListData = ListData;
 }
Example #2
0
 public SiteBase(int ID,SiteBody body, IListDataNode ListData)
 {
     this.ID = ID;
     this.body = body;
     this.ListData = ListData;
 }
Example #3
0
 public 转速子站(int ID,SiteBody body, IListDataNode ListData)
     : base(ID,body, ListData)
 {
 }
Example #4
0
 public 转速子站(int ID, SiteBody body, IListDataNode ListData) : base(ID, body, ListData)
 {
 }