// 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
 public Form1()
 {
     InitializeComponent();
     sigCtl = new SigCtl();
 }