예제 #1
0
 public void ForceRedraw()
 {
     if (mOverlayWindow != null)
     {
         mOverlayWindow.ForceRedraw();
     }
 }