25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

13 satır
209 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace GBNewEnergy.Protocol.Enums
  5. {
  6. public enum ErrorCode
  7. {
  8. BeginFlagError = 1001,
  9. BCCCodeError = 1001
  10. }
  11. }