4 using System.Collections.Generic;
6 using System.Threading.Tasks;
7 using System.Windows.Forms;
19 Application.EnableVisualStyles();
20 Application.SetCompatibleTextRenderingDefault(
false);
Demonstrates using gclib in a Windows Form, including using a second thread to free the GUI.