using System;
using System.Windows.Forms;
namespace Surround_To_Perforce
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Login());
}
}
}
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 21997 | C. Thomas Tyler |
Added early work-in-progress draft of source files for Surround SCM to Perforce detailed history import tool. Software developed by @kgillman. Also includes a custom .p4ignore file. |