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