ArcGISWindowsPhoneSDK.FeatureLayerSelection.FeatureLayerSelection C# (CSharp) Method

FeatureLayerSelection() public method

public FeatureLayerSelection ( ) : System.Windows
return System.Windows
        public FeatureLayerSelection()
        {
            InitializeComponent();

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