public static void Main()
 {
     IDD.App app = new IDD.App();
     app.InitializeComponent();
     app.Run();
 }