mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2026-01-02 06:47:33 +00:00
Add Outlook Inspired and Stock Market demos
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace DevExpress.DevAV.ViewModels {
|
||||
public abstract partial class MapViewModelBase {
|
||||
public const string WinBingKey = DevExpress.Map.Native.DXBingKeyVerifier.BingKeyWinOutlookInspiredApp;
|
||||
public const string WpfBingKey = DevExpress.Map.Native.DXBingKeyVerifier.BingKeyWpfOutlookInspiredApp;
|
||||
public virtual Address Address { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user