Projekte werden jetzt angezeigt

This commit is contained in:
Husky
2018-07-11 21:55:46 +02:00
parent f0fb978812
commit eb69f42d53
12 changed files with 342 additions and 35 deletions

View File

@@ -4,6 +4,7 @@ using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Text;
@@ -45,7 +46,10 @@ namespace BerichtGen
generateProtokollThread.IsBackground = true;
generateProtokollThread.Start();
while (generateProtokollThread.IsAlive) ;
while (generateProtokollThread.IsAlive)
{
}
if(rb_yes.Checked)
{