ArcGISWindowsPhoneSDK.FeatureLayerSelection.FeatureLayerSelection C# (CSharp) 메소드

FeatureLayerSelection() 공개 메소드

public FeatureLayerSelection ( ) : System.Windows
리턴 System.Windows
        public FeatureLayerSelection()
        {
            InitializeComponent();

            MyMap.Extent = initialExtent;
            editor = LayoutRoot.Resources["MyEditor"] as Editor;
        }