Esempio n. 1
0
 private string GetLineName(int mutitype, D_StatDownCountsBySoft_SUM down)
 {
     if (mutitype == 2)
     {
         return(down.E_Version);
     }
     else
     {
         return(down.ChannelName);
     }
 }
 private string GetLineName(D_StatDownCountsBySoft_SUM down)
 {
     return(down.ChannelName);
 }