Example #1
0
 public void method_1(bool bool_2, bool bool_3)
 {
     try
     {
         this.dateTime_0 = DateTime.Now;
         string str = string.Empty;
         if (bool_2 || (Class97.dataTable_0.Rows.Count < Class87.int_0))
         {
             if (((Class94.dictionary_0 != null) && bool_2) && (HttpsSender.TestConnect(Class94.dictionary_0, out str) != 0))
             {
                 Class101.smethod_0("(发票上传)不进行发票上传,原因:" + str);
             }
             else
             {
                 Class101.smethod_0("(上传线程)开始,是否在主线程运行:" + bool_2);
                 this.method_0(bool_2, bool_3, string.Empty, string.Empty, string.Empty, string.Empty);
                 Class101.smethod_0("(上传线程)结束,是否在主线程运行:" + bool_2);
             }
         }
     }
     catch (Exception exception)
     {
         Class101.smethod_1("发票上传异常!" + exception.ToString());
     }
 }