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

Sorter

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

App.xaml.pas

namespace Sorter;

interface

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

type
  App = public partial class(System.Windows.Application)

  end;
  
implementation

end.