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