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)); }
public static IList <MMCDevice> GetMMCDeviceList(bool onlyRemoveable = true) { return(MMCFlasher.GetDevices(onlyRemoveable)); }