예제 #1
0
 private void updatePriceRun()
 {
     bot.UpdatePrices();
 }
예제 #2
0
 private void updatePriceRun(uint startFrom)
 {
     bot.UpdatePrices(startFrom);
 }