Samples
Samples
Calculator.WPF
Language: Oxygene, Platform: All, Category: Calculator
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/All/Calculator/Calculator.WPF
-
Calculator.WPF
-
References
- Elements
- mscorlib
- PresentationCore
- PresentationFramework
- ReachFramework
- System
- System.Data
- System.Drawing
- System.Xaml
- System.Xml
- UIAutomationProvider
- UIAutomationTypes
- WindowsBase
- System.Core
- System.Xml.Linq
- System.Data.DataSetExtensions
- Source Files
- Other Files
-
References
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.
