예제 #1
0
 private static void DrawingOnOnPreReset(EventArgs args)
 {
     dxLine.OnLostDevice();
 }
예제 #2
0
파일: HudPanel.cs 프로젝트: Burbb/Portaio
 public override void OnPreReset()
 {
     _line.OnLostDevice();
 }