示例#1
0
        private void OnLoadLocationsButtonClick(object sender, RoutedEventArgs e)
        {
            HideException();

            try
            {
                _controller.LoadLocations();
            }
            catch (Exception ex)
            {
                ShowException(ex);
            }
        }