ShiftOS-Rewind/ShiftOS.Main/ShiftOS/Apps/ShiftDemo.cs
AShifter 0a552e3954 Update WM
It's pretty much done. Pair with DE, and serve hot.
2017-09-24 13:56:11 -06:00

20 lines
388 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ShiftOS.Main
{
public partial class ShiftDemo : UserControl
{
public ShiftDemo()
{
InitializeComponent();
}
}
}