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