public void ConfigureImage() { if (video != null) { ShieldedCall( delegate() { video.ConfigureImage(); return(true); }, false); } }