public void InitView()
 {
     _view.InitInstruction = AppConfigUtility.sMessageReadQRCode;
     _view.SetFocus();
     _view.SetEnabled(true);
 }