终端一体化运控平台
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

25 wiersze
347 B

  1. using BPASmartClient.Model.PLC;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace BPASmartClient.Model
  8. {
  9. public class JuicerModel
  10. {
  11. }
  12. public class WriteJuicer : WriteModel
  13. {
  14. }
  15. public class ReadJuicer : ReadModel
  16. {
  17. }
  18. }