Set thuộc tính của thrStatistics thành BackgroundThread
This commit is contained in:
@@ -28,6 +28,7 @@ namespace AIParkingApplication
|
||||
{
|
||||
InitializeComponent();
|
||||
Thread thrStatistics = new Thread(new ThreadStart(GetStatistic));
|
||||
thrStatistics.IsBackground = true;
|
||||
thrStatistics.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user