This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Eto; | |
using Eto.Forms; | |
using Eto.Drawing; | |
namespace SharpSHPBuilder | |
{ | |
public class MainWindow : Form | |
{ | |
public MainWindow() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using Eto; | |
using Eto.Forms; | |
using Eto.Drawing; | |
namespace ShpSharp | |
{ | |
public class PalEditorForm : Form | |
{ |