public static void Main() {
     FindAllHudgeFiles.App app = new FindAllHudgeFiles.App();
     app.InitializeComponent();
     app.Run();
 }
Example #2
0
 public static void Main()
 {
     FindAllHudgeFiles.App app = new FindAllHudgeFiles.App();
     app.InitializeComponent();
     app.Run();
 }