public void StartCounting()
 {
     thisCountDownTimerProcessSuite.Start();
 }
 void StartHideTextProcess()
 {
     thisShowProcessSuite.Stop();
     thisHideProcessSuite.Start();
 }
Exemple #3
0
 public void Trigger()
 {
     thisMotorProcessSuite.Start();
 }
Exemple #4
0
 public void StartCurrencyUpdateProcess(int currency)
 {
     thisInitialCurrency = thisCurrencyPaneAdaptor.GetCurrency();
     thisTargetCurrency  = currency;
     thisProcessSuite.Start();
 }
 public void StartIndicateGetADReady()
 {
     thisIndicateGetADReadyProcessSuite.Start();
 }
 void StartButtonHoldProcess()
 {
     thisHoldIndicatorImage.SetHoldValue(0f);
     thisHoldProcessSuite.Start();
 }
 public void StartUpdateLevelProcess(int level)
 {
     thisInitialFill = thisBowLevelPaneAdaptor.GetFill();
     thisTargetFill  = CalcFill(level);
     thisUpdateBowLevelProcessSuite.Start();
 }
 void StartShowProcess()
 {
     ClearFields();
     thisShows = true;
     thisProcessSuite.Start();
 }
Exemple #9
0
 void StartRotation()
 {
     thisRotateProcessSuite.Start();
 }
Exemple #10
0
 void StartHiding()
 {
     thisInitialShowness = 1f;
     thisTargetShowness  = 0f;
     thisProcessSuite.Start();
 }