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: Iodine, Platform: All, Category: SharedUI
https://github.com/remobjects/ElementsSamples/tree/master/Iodine/All/SharedUI/SharedUI.WPF

App.xaml.java

package SharedUI.WPF;

import System.Windows.*;
import SharedUI.Shared.*;

public class App extends Application
{
	private AppDelegate appDelegate;

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