Sanierungsarten nun steuerbar von ausßenhalb

(cherry picked from commit 81b58aa6d0)

# Conflicts:
#	SanSystem/FrmSelectNewSan.cs
This commit is contained in:
Husky
2018-07-21 15:55:04 +02:00
parent 6d5f049650
commit 2704c76cf1
5 changed files with 75 additions and 3 deletions

View File

@@ -62,6 +62,7 @@
this.btn_kurzliner.TabIndex = 2;
this.btn_kurzliner.Text = "button3";
this.btn_kurzliner.UseVisualStyleBackColor = true;
this.btn_kurzliner.Click += new System.EventHandler(this.btn_kurzliner_Click);
//
// btn_hut
//
@@ -71,6 +72,7 @@
this.btn_hut.TabIndex = 3;
this.btn_hut.Text = "button4";
this.btn_hut.UseVisualStyleBackColor = true;
this.btn_hut.Click += new System.EventHandler(this.btn_hut_Click);
//
// FrmSelectNewSan
//