Skip to content

Instantly share code, notes, and snippets.

View cwensley's full-sized avatar

Curtis Wensley cwensley

View GitHub Profile
using System;
using Eto;
using Eto.Forms;
using Eto.Drawing;
namespace SharpSHPBuilder
{
public class MainWindow : Form
{
public MainWindow()
@cwensley
cwensley / pal-edit.cs
Last active August 29, 2015 14:14 — forked from phrohdoh/pal-edit.cs
using System;
using System.Collections.Generic;
using Eto;
using Eto.Forms;
using Eto.Drawing;
namespace ShpSharp
{
public class PalEditorForm : Form
{