// 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(); }
public TestSigCapt() { InitializeComponent(); sigCtl = new SigCtl(); sigCtl.Licence = "<<license>>"; }
public withdrawal() { InitializeComponent(); sigCtl = new SigCtl(); }
public Form1() { InitializeComponent(); sigCtl = new SigCtl(); }