discontinue single character file format
This commit is contained in:
parent
4ec6533971
commit
5d216840db
23 changed files with 56 additions and 244 deletions
14
Legacy Tools/PC2Player.Old/PC2Player.Mac/Program.cs
Normal file
14
Legacy Tools/PC2Player.Old/PC2Player.Mac/Program.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using Eto.Forms;
|
||||
|
||||
namespace PC2Player.Mac
|
||||
{
|
||||
class Program
|
||||
{
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
new Application(Eto.Platforms.Mac64).Run(new MainForm());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue