示例#1
0
 public void AddPrgState(PrgState p)
 {
     prgStates.Add(p);
 }
示例#2
0
 public void SetCrtPrgState(PrgState p)
 {
     prgStates.Add(p);
 }