using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace LEDMixer { static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new LEDMixer()); } } } '>
aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
blob: bf4fe4e3f296477f1ecc3c3cb8e6185fbbcfcf73 (plain)
1
2
3
4
5
6
7
8