예제 #1
0
        private void ReloadAll()
        {
            SelectedApp        = null;
            SelectedAppSummary = null;

            appList.Reload();

            windowDurationList.Reset();
            appSummaryList.Reset();
            windowSummaryList.Reset();
        }
예제 #2
0
        public void TestAsyncReset()
        {
            propertyChanged = false;
            asyncProperty.Reset();
            var result = asyncProperty.Result;

            Assert.IsTrue(result == default(int), "Default result value");
        }