Archive Browser
Download LangtonsAntSimulator.zip version 2.0.0.0, last updated 08/03/2011 (366.76 KB)
Download- md5: 347f7d65e83267424d0afa1dffdaae45
using System;
using System.Drawing;
using System.Windows.Forms;
namespace LangontsAntSimulator
{
public partial class BaseForm : Form
{
#region Public Constructors
public BaseForm()
{
InitializeComponent();
}
#endregion Public Constructors
#region Protected Overridden Methods
protected override void OnLoad(EventArgs e)
{
if (!this.DesignMode)
this.Font = SystemFonts.DialogFont;
base.OnLoad(e);
}
#endregion Protected Overridden Methods
}
}
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