ArcGISWindowsPhoneSDK.EditorTracking.EditorTracking C# (CSharp) Method

EditorTracking() public method

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

            editor = LayoutRoot.Resources["MyEditor"] as Editor;
            featureLayer = MyMap.Layers["WildfireLayer"] as FeatureLayer;

            // Activate identity manager
            IdentityManager.Current.ChallengeMethod = Challenge;
        }