public void Init(SecondLife client)
 {
     Form = new frmPrimImporter(client);
     OnConnection = new ConnectionEvent(Form.Connected);
 }
예제 #2
0
 public void Init(SecondLife client)
 {
     Form         = new frmPrimImporter(client);
     OnConnection = new ConnectionEvent(Form.Connected);
 }