Here be dragons

This commit is contained in:
Joakim Hellsén 2026-05-24 23:03:36 +02:00
commit bd3e384ba4
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
6 changed files with 217 additions and 0 deletions

15
Form1.cs Normal file
View file

@ -0,0 +1,15 @@
namespace Juicebox
{
public partial class JuiceBox : Form
{
public JuiceBox()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}