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