Skip to content

First proper public release

Latest

Choose a tag to compare

@Mashrien Mashrien released this 31 Dec 01:56
b873921

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 {