Ejemplo n.º 1
0
    private void TaskStart()
    {
        Random rand = new Random();

        while (true)
        {
            AsyncRandomNumber = random.Next(9999);
            // Raise the events now, because the method TaskStart never ends.
            NotifyPropertyChangedServices.RaiseEventsImmediate(this);
        }
    }