Exemple #1
0
 public static IList <MMCDevice> GetMMCDeviceList(bool onlyRemoveable = true)
 {
     if (!IsUserAnAdmin())
     {
         throw new Exception("You must be admin to use this function...");
     }
     return(MMCFlasher.GetDevices(onlyRemoveable));
 }
Exemple #2
0
 public static IList <MMCDevice> GetMMCDeviceList(bool onlyRemoveable = true)
 {
     return(MMCFlasher.GetDevices(onlyRemoveable));
 }