public void Init(SecondLife client)
 {
     Form = new frmPrimImporter(client);
     OnConnection = new ConnectionEvent(Form.Connected);
 }
Ejemplo n.º 2
0
 public void Init(SecondLife client)
 {
     Form         = new frmPrimImporter(client);
     OnConnection = new ConnectionEvent(Form.Connected);
 }