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

Calculator.WPF

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

App.xaml.pas

namespace Calculator.WPF;

interface

uses
  System,
  System.Collections.Generic,
  System.Configuration,
  System.Data,
  System.Linq,
  System.Threading.Tasks,
  System.Windows;

type
  /// <summary>
  /// Interaction logic for App.xaml
  /// </summary>
  App = public class(Application)
  end;

implementation

end.