public void AddPR(int no, int pcnt) { if (cc == null) { return; } if (cc.SendAddPR(no, pcnt) == false) { cc = null; } }