Esempio n. 1
0
        public void VerifyResult()
        {
            SignerManipulationExample example = new SignerManipulationExample(Props.GetInstance());

            example.Run();
        }
        public void VerifyResult()
        {
            SignerManipulationExample example = new SignerManipulationExample();

            example.Run();
        }
 public void VerifyResult()
 {
     SignerManipulationExample example = new SignerManipulationExample(Props.GetInstance());
     example.Run();
 }