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

Oxygene Logo

Language: Oxygene, Platform: Echoes, Category: WPF
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Echoes/WPF/Oxygene Logo

MyApp.xaml.pas

namespace OxygeneLogo;

interface

uses
  System.Windows,
  System.Data,
  System.Xml,
  System.Configuration;

type
  App = public partial class(Application)
  end;
  
implementation

end.