Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能获得电源状态?在 Windows 中很容易:
SystemInformation.PowerStatus.BatteryChargeStatus.ToString();
我如何在 MonoDevelop 中做到这一点?