Initial release
Simply add a reference to the project/library in your solution explorer, add "using MashWin;" and update your Form1.Designer.cs as shown below, then go back to the visual designer and voila~ The new window is yours for the tweaking :)
Old:
partial class Form1 : Form {
Updated:
partial class Form1 : MashWin {