示例#1
0
 public async Task InitAsync()
 {
     Pedometer = new BandPedometer(_client);
     await Pedometer.InitAsync();
 }