public void BtnDeleteClick()
 {
     mDeleteEvent = new DeleteLineupEvent(ReceivedDelete);
     NetMgr.DeleteLineup(mLineupInfo.lineupSeq, mDeleteEvent);
 }
 public void BtnDeleteClick()
 {
     mDeleteEvent = new DeleteLineupEvent(ReceivedDelete);
     NetMgr.DeleteLineup(mLineupInfo.lineupSeq, mDeleteEvent);
 }