SparkleShare/SparkleShare/Mac/AppDelegate.cs
2011-02-13 00:02:07 +00:00

22 lines
306 B
C#

using System;
using System.Drawing;
using MonoMac.Foundation;
using MonoMac.AppKit;
using MonoMac.ObjCRuntime;
namespace test2
{
public partial class AppDelegate : NSApplicationDelegate
{
public AppDelegate ()
{
}
public override void FinishedLaunching (NSObject notification)
{
}
}
}