Exemple #1
0
        public async void CheckActivity( Activity Act )
        {
            Act.Value();

            // Roughly wait a moment then remove it
            await Task.Delay( 500 );
            Activities.Remove( Act );
            NotifyChanged( "Activities" );
        }