Here be dragons
This commit is contained in:
parent
8c2acfe6fe
commit
bd3e384ba4
6 changed files with 217 additions and 0 deletions
15
Form1.cs
Normal file
15
Form1.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
namespace Juicebox
|
||||
{
|
||||
public partial class JuiceBox : Form
|
||||
{
|
||||
public JuiceBox()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue