wip - refacts
This commit is contained in:
parent
660959819e
commit
736e46e800
68 changed files with 577 additions and 9832 deletions
15
CrossZicMoove.Desktop/Program.cs
Normal file
15
CrossZicMoove.Desktop/Program.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using Eto;
|
||||
using Eto.Forms;
|
||||
|
||||
namespace CrossZicMoove.Desktop
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
[STAThread]
|
||||
public static void Main (string[] args)
|
||||
{
|
||||
new Application (Platform.Detect).Run (new MainForm ());
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue