Exemplo n.º 1
0
 public async void Read_ID()
 {
     await Task.Run(async() =>
     {
         while (true)
         {
             await IR.Reading_Id();
             Coin_Op.Coin_Index_Judgement(this.IndexData, IR.get_denomination());
             Price_Operation.Add_Price(int.Parse(IR.get_denomination()));
             await Task.Delay(5 * 100);
         }
     });
 }