Wrapper for dynamic loading of RPS dll
Ejemplo 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);
 }
Ejemplo 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);
 }