Wrapper for dynamic loading of RPS dll
Esempio n. 1
0
 /// <summary>
 /// Static constructor for the RpsTicket class.
 /// </summary>
 static RpsTicket()
 {
     // Initialize the rps object
     s_rps = new RPS();
     s_rps.Initialize(null);
 }
Esempio n. 2
0
 /// <summary>
 /// Static constructor for the RpsTicket class.
 /// </summary>
 static RpsTicket()
 {
     // Initialize the rps object
     s_rps = new RPS();
     s_rps.Initialize(null);
 }