コード例 #1
0
        public void VerifyResult()
        {
            SignerManipulationExample example = new SignerManipulationExample(Props.GetInstance());

            example.Run();
        }
コード例 #2
0
        public void VerifyResult()
        {
            SignerManipulationExample example = new SignerManipulationExample();

            example.Run();
        }
コード例 #3
0
 public void VerifyResult()
 {
     SignerManipulationExample example = new SignerManipulationExample(Props.GetInstance());
     example.Run();
 }