interface

This commit is contained in:
Jelle Luteijn 2024-01-03 22:10:22 +01:00
parent 8e417a295f
commit ed7ce6fb76
3 changed files with 212 additions and 1 deletions

View file

@ -16,5 +16,10 @@ namespace AnimeCon.Vlc.Scraper
{
InitializeComponent();
}
private void btnConnect_Click(object sender, EventArgs e)
{
}
}
}