Пример #1
0
 private void GraphicTimer_Tick(object sender, EventArgs e)
 {
     lock (this)
     {
         Visualize.Refresh();
     }
 }