mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 12:02:40 +00:00
voila
This commit is contained in:
20
Blok2 Online Gokkantoor/Online Gokkantoor/NieuweMatch.cs
Normal file
20
Blok2 Online Gokkantoor/Online Gokkantoor/NieuweMatch.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Online_Gokkantoor
|
||||
{
|
||||
public partial class NieuweMatch : Form
|
||||
{
|
||||
public NieuweMatch()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user