Esempio n. 1
0
 public void AdvanceStep(BTBrewStep step)
 {
     ProcessBTCommand(BTCommand.StepAdvance, null, null);
 }
Esempio n. 2
0
 public void InitStep(BTBrewStep step)
 {
     ProcessBTCommand(BTCommand.StepInit, null, null);
 }