Skip to content

Instantly share code, notes, and snippets.

View StevenJDH's full-sized avatar
🎯
Focusing

Steven Jenkins De Haro StevenJDH

🎯
Focusing
View GitHub Profile
@StevenJDH
StevenJDH / battery.cs
Created April 8, 2018 11:06 — forked from ahawker/battery.cs
Battery info from win32 api
using System;
using System.IO;
using Microsoft.Win32.SafeHandles;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using System.Text;
namespace Test
{