Update Version 1.0.0.32

This commit is contained in:
2021-04-30 12:44:36 +02:00
parent 1d03682162
commit 6b930d93ab
59 changed files with 50504 additions and 63 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.Resultate
{
public partial class Disziplin_Bezeichnung : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}