Example #1
0
 public void Delete_UpLoadList(object source, DeleteUpLoadList e)
 {
     t_UpLoadSpeed = "上传:0 KB/S";
     UpLoad.RemoveAt(e.Id);
     for (int i = 0; i < UpLoad.Count; i++)
     {
         UpLoad[i].MaxSeepd = Limit_Uplaod_Speed;
         UpLoad[i].sum      = UpLoad.Count;
     }
 }
Example #2
0
 public void Delete_TalkList(object source, DeleteUpLoadList e)
 {
     Talk_List.RemoveAt(e.Id);
 }