示例#1
0
 public static void UpdateFlash(FlashInfo flash)
 {
     dal.UpdateFlash(flash);
     RebuildFile(flash.ID);
 }