Initialize() public method

Calling Initialize in the RPS real object created from the dynamically loaded RPS assembly
public Initialize ( string s ) : void
s string
return void
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);
 }