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