protected void OnDiscovered(SonyCameraDeviceEventArgs e) { if (SonyCameraDeviceDiscovered != null) { SonyCameraDeviceDiscovered(this, e); } }