Files
Kanalsanierungsverwaltung/SanSystem/frmExceptionWindow.cs
2019-08-13 21:24:31 +02:00

21 lines
396 B
C#

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 SanSystem
{
public partial class frmExceptionWindow : Form
{
public frmExceptionWindow()
{
InitializeComponent();
}
}
}