using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace Project1HostApp { static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new frmDataloggerSettings()); } } } logo' rowspan='2'>cgit logo index : xen/xen
xenJames
aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/check_zlib_devel
blob: 108e06a61625eac8198a395695aecb5db4a337ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14