Пример #1
0
 public void StartDrawing()
 {
     StopDrawing();
     _drawer = new DrawAsyncTask(this);
     _drawer.Execute();
 }