From: gu.martinm@gmail.com Date: Sun, 17 Aug 2014 08:09:30 +0000 (+0200) Subject: WeatherInformation WP8: remove some TODO comments X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=3ef77d05edc1400b32fc933e7ab82d54365a5c89;p=CSharpForFun%2F.git WeatherInformation WP8: remove some TODO comments --- diff --git a/WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs b/WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs index ce2756a..8bea81b 100644 --- a/WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs +++ b/WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs @@ -31,7 +31,6 @@ namespace WeatherInformation { ListPicker listPicker = sender as ListPicker; - // TODO: with LINQ :( int index = listPicker.SelectedIndex; var item = listPicker.Items[index]; listPicker.SelectedItem = item; @@ -46,7 +45,6 @@ namespace WeatherInformation { ListPicker listPicker = sender as ListPicker; - // TODO: with LINQ :( int index = listPicker.SelectedIndex; var item = listPicker.Items[index]; listPicker.SelectedItem = item; @@ -56,7 +54,6 @@ namespace WeatherInformation { ListPicker listPicker = sender as ListPicker; - // TODO: with LINQ :( int index = listPicker.SelectedIndex; var item = listPicker.Items[index]; listPicker.SelectedItem = item;