コード例 #1
0
 // This is the function which actually tests to see whether the Signature SDK has been installed
 // If it hasn't then the object instantiation will fail because the program can't find the DLLs
 private void TestSigObject()
 {
     SigCtl sigCtl = new SigCtl();
 }
コード例 #2
0
 public TestSigCapt()
 {
     InitializeComponent();
     sigCtl         = new SigCtl();
     sigCtl.Licence = "<<license>>";
 }
コード例 #3
0
 public withdrawal()
 {
     InitializeComponent();
     sigCtl = new SigCtl();
 }
コード例 #4
0
ファイル: Form1.cs プロジェクト: peekaboo55/CounterExample
 public Form1()
 {
     InitializeComponent();
     sigCtl = new SigCtl();
 }