20210507 Erweiterung manuelle Vereine

This commit is contained in:
2021-05-07 19:44:31 +02:00
parent 6b930d93ab
commit 5a7654497d
20 changed files with 71464 additions and 41388 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace QW2021C.Administration
{
public partial class Vereine_Manuell : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}