public void Init(SecondLife client)
 {
     Form         = new frmAccountant(client);
     OnConnection = new ConnectionEvent(Form.Connected);
 }
 public void Init(SecondLife client)
 {
     Form = new frmAccountant(client);
     OnConnection = new ConnectionEvent(Form.Connected);
 }