Пример #1
0
 private void BindMessageEventHandler(BindMessageEventArgs inObj)
 {
     // If a message came along, we show the message overlay
     if (inObj.Title != null && inObj.Message != null)
     {
         MessageOverlay.ShowOverlay(inObj.Title, inObj.Message);
     }
 }