Removed unused property.

systray
MCARDLE Sean M 2016-11-18 22:34:12 -08:00
parent 90434792b0
commit ae8d2d21f1
1 changed files with 2 additions and 4 deletions

View File

@ -38,6 +38,7 @@ namespace WifiSitterGui.ViewModel
Intitialize(); Intitialize();
} }
public WifiSitterAgentViewModel(MainWindowViewModel WindowVM) { public WifiSitterAgentViewModel(MainWindowViewModel WindowVM) {
_windowVM = WindowVM; _windowVM = WindowVM;
Intitialize(); Intitialize();
@ -87,9 +88,7 @@ namespace WifiSitterGui.ViewModel
private set { _windowVM = value; OnPropertyChanged("WindowVM"); } private set { _windowVM = value; OnPropertyChanged("WindowVM"); }
} }
public int IconSize { get { return 40; } }
internal string ServiceChannelName { internal string ServiceChannelName {
get { get {
if (_serviceChannel == null) { if (_serviceChannel == null) {
@ -104,7 +103,6 @@ namespace WifiSitterGui.ViewModel
} }
} }
#endregion // properties #endregion // properties
#region methods #region methods