Samples
Samples
Oxygene Logo
Language: Oxygene, Platform: Echoes, Category: WPF
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Echoes/WPF/Oxygene Logo
-
OxygeneLogo
-
References
- mscorlib
- PresentationCore
- PresentationFramework
- ReachFramework
- System
- System.Data
- System.Drawing
- System.Xaml
- System.Xml
- UIAutomationClient
- UIAutomationTypes
- WindowsBase
- Source Files
- Other Files
-
References
MyApp.xaml.pas
namespace OxygeneLogo; interface uses System.Windows, System.Data, System.Xml, System.Configuration; type App = public partial class(Application) end; implementation end.
