ArcGISWindowsPhoneSDK.Identify.Identify C# (CSharp) Method

Identify() public method

public Identify ( ) : System
return System
        public Identify()
        {
            InitializeComponent();

            MyDrawObject = new Draw(MyMap)
            {
                IsEnabled = false,
                DrawMode = DrawMode.Point
            };

            MyDrawObject.DrawComplete += MyDrawObject_DrawComplete;
            MyMap.Layers.LayersInitialized += Layers_LayersInitialized;
        }