Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

SharedUI.WPF

Language: Hydrogene, Platform: All, Category: SharedUI
https://github.com/remobjects/ElementsSamples/tree/master/Hydrogene/All/SharedUI/SharedUI.WPF

App.xaml.cs

using System.Windows;
using SharedUI.Shared;

namespace SharedUI.WPF
{
	public partial class App : Application
	{
		private AppDelegate appDelegate;

		protected override void OnStartup(StartupEventArgs e)
		{
			appDelegate = new AppDelegate();
			appDelegate.start();
		}

	}
}