Exemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     synchronizationContext = SynchronizationContext.Current;
     DisableGCodeButtons();
     SP = new Classes.SinglePuncher();
     UpdateUIAsync();
 }
Exemplo n.º 2
0
 public abstract void Punch(SinglePuncher singlePuncher);