Skip to content

Instantly share code, notes, and snippets.

View qyen's full-sized avatar
🎯
Focusing

qyen

🎯
Focusing
View GitHub Profile
@qyen
qyen / MetDateTimePicker.cs
Created May 26, 2018 08:05 — forked from takiru/MetDateTimePicker.cs
Nullable, ReadOnly, Changeable ForeColor, Changeable BackColor DateTimePicker
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace Metroit.Windows.Forms
{
/// <summary>