public void setLstSpd(plcLstSpd spd) { lstSpdType = spd; }
public void addMap() { this.lstSpdType = plcLstSpd.mapType; flagListAdded = true; }
public void addLb(Label lb, plcLstSpd lstSpdType = plcLstSpd.normalType) { if (lstSpdType < plcLstSpd.normalType) this.lstSpdType = lstSpdType; lbGrp.Add(lb); flagListAdded = true; }
public void addLstHandle(callBackObjEvent handle, plcLstSpd lstSpdType = plcLstSpd.normalType) { if (lstSpdType < plcLstSpd.normalType) this.lstSpdType = lstSpdType; handleGrp.Add(handle); flagListAdded = true; }
/// <summary> /// 将当前对象添加到回调list中 /// </summary> /// <param name="lstSpdType"></param> public void add(plcLstSpd lstSpdType = plcLstSpd.normalType) { if (lstSpdType < plcLstSpd.normalType) this.lstSpdType = lstSpdType; flagListAdded = true; }