예제 #1
0
 public static string smethod_13(DataSize dataSize_0, GStruct3 gstruct3_0)
 {
     if (gstruct3_0.ulong_0 > 0UL)
     {
         return(GClass6.smethod_12(GStruct3.smethod_1(dataSize_0, gstruct3_0)));
     }
     return("Not available at the moment.");
 }
예제 #2
0
 public static void smethod_17(TimeSpan timeSpan_0, RadLabel radLabel_0)
 {
     radLabel_0.Text = timeSpan_0.TotalSeconds > 0.0 ? string.Format("ETA : {0}", (object)GClass6.smethod_12(timeSpan_0)) : "ETA : Acquiring data...";
 }