|
|
1.1 root 1: using System;
2: using System.Windows.Forms;
3:
4: namespace CleanFlashInstaller {
5: static class Program {
6: /// <summary>
7: /// The main entry point for the application.
8: /// </summary>
9: [STAThread]
10: static void Main() {
11: Application.EnableVisualStyles();
12: Application.SetCompatibleTextRenderingDefault(false);
13: Application.Run(new InstallForm());
14: }
15: }
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.