示例#1
0
 public int GetSkipFrame()
 {
     if (dataSender == null)
     {
         return(0);
     }
     return(dataSender.GetSkipFrame());
 }