aktueller Stand
This commit is contained in:
@@ -55,19 +55,6 @@ namespace FasdDesktopUi.Pages.DetailsPage.ViewModels
|
||||
|
||||
#region Details Properties
|
||||
|
||||
#region TimeSinceLastRefresh property
|
||||
private TimeSpan timeSinceLastRefresh;
|
||||
public TimeSpan TimeSinceLastRefresh
|
||||
{
|
||||
get { return timeSinceLastRefresh; }
|
||||
set
|
||||
{
|
||||
timeSinceLastRefresh = value;
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region DetailsGeometry property
|
||||
|
||||
private DetailsPageDataHistoryCollectionGeometryModel detailsGeometry;
|
||||
|
||||
@@ -31,8 +31,6 @@ namespace FasdDesktopUi.Pages.DetailsPage.Models
|
||||
//Widget
|
||||
public List<List<cWidgetValueModel>> WidgetData { get; set; }
|
||||
|
||||
//Details
|
||||
public TimeSpan TimeSinceLastRefresh { get; set; } = new TimeSpan(0, 1, 0);
|
||||
public cDetailsPageDataHistoryDataModel DataHistoryList { get; set; }
|
||||
public int ShownValueColumnsCount { get; set; }
|
||||
|
||||
|
||||
@@ -306,8 +306,8 @@ namespace FasdDesktopUi.Pages.DetailsPage.UserControls
|
||||
if (MobileDeviceStack.Parent is UIElement mobileParent)
|
||||
mobileParent.Visibility = Visibility.Collapsed;
|
||||
|
||||
if (VirtualSessionStack.Parent is UIElement virtualParent)
|
||||
virtualParent.Visibility = Visibility.Collapsed;
|
||||
//if (VirtualSessionStack.Parent is UIElement virtualParent)
|
||||
// virtualParent.Visibility = Visibility.Collapsed;
|
||||
}
|
||||
|
||||
ResetSelectors();
|
||||
|
||||
@@ -1,21 +1,9 @@
|
||||
using C4IT.Logging;
|
||||
using C4IT.MultiLanguage;
|
||||
using C4IT.MultiLanguage;
|
||||
using FasdDesktopUi.Basics;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Threading;
|
||||
using static C4IT.Logging.cLogManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user