LitDev.Shadow.Update_Delegate C# (CSharp) Method

Update_Delegate() private method

private Update_Delegate ( ) : void
return void
        private void Update_Delegate()
        {
            try
            {
                image.Source = FastPixel.GetBitmapImage(bNormal);
            }
            catch (Exception ex)
            {
                Utilities.OnError(Utilities.GetCurrentMethod(), ex);
            }
        }