Пример #1
0
    public void MapPinGenerate()
    {
        var eventArgs = new NotifyMapModel_GenerateEventArgs();

        // Dispatch the 'position changed' event
        OnMapPinGenerate(this, eventArgs);
    }
Пример #2
0
        //Functions to call once an Event occurs

        private void GenerateMapPins(object sender, NotifyMapModel_GenerateEventArgs e)
        {
            throw new System.NotImplementedException();
        }