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."); }
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..."; }