Example #1
0
 public FrmCoverteRectify(CovertType covertType)
 {
     InitializeComponent();
     this.covertType          = covertType;
     this.convertHandler     += new ConverteHandler(this.converteMessage);
     this.converteEndHandler += new ConverteEndHandler(this.converteEnd);
 }
Example #2
0
 public FrmBaiduRectify()
 {
     InitializeComponent();
     this.convertHandler     += new ConverteHandler(this.converteMessage);
     this.converteEndHandler += new ConverteEndHandler(this.converteEnd);
 }