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