Exemplo n.º 1
0
 public void SetContext(CNCContext context)
 {
     Context      = context;
     GCodeContext = new GCodeContext(context, Window);
     HandContext  = new HandContext(context);
 }