mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-25 19:07:30 +00:00
7 lines
381 B
C#
7 lines
381 B
C#
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; }
|
|
}
|
|
} |