Thursday, September 19, 2024 9:20:49 PM
> settings

Customize


Authenticate

> Program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace bryan_vacationPicker
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }
    }
}
All opinions represented herein are my own
- © 2024 itsthedevman
- build 3c15a1b