Archive Browser
Download DesignerSnapLinesDemo.zip, last updated 19/04/2019 (8.39 KB)
Download- md5: 85fd7e0029eb045c195ad6eafab1a2f1
- sha1: 4deddf404012c1456079d45d3072d41eb7c84495
- sha256: d613c6fb34461e57632fceb6bdbd48ea1b4cb050f151d16d4a94c5c6a5446022
using System;
using System.Windows.Forms;
namespace DesignerSnapLinesDemo
{
internal static class Program
{
#region Static Methods
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new DemoForm());
}
#endregion
}
}
Donate
This software may be used free of charge, but as with all free software there are costs involved to develop and maintain.
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Donate