343536373839404142
AnalystDelegate analystDel; public PokerControl() { this.winDel = new WinwrkDelegate(); this.robotDel = new RobotDelegate(); this.OCRDel = new OCRDelegate(); this.analystDel = new AnalystDelegate(); }