sorting and PLF example 2 with modern form.
a lot of C# to be real!
This commit is contained in:
14
simulations/SortVisualizer/Program.cs
Normal file
14
simulations/SortVisualizer/Program.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace SortVisualizer;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new VisualizerForm());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user