mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 18:47:28 -05:00
Update to EF6
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using System;
|
||||
using Common.Debug;
|
||||
using FeedCenter.Data;
|
||||
using FeedCenter.Properties;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Deployment.Application;
|
||||
@@ -6,10 +9,6 @@ using System.Threading;
|
||||
using System.Windows;
|
||||
using System.Windows.Threading;
|
||||
|
||||
using Common.Debug;
|
||||
using FeedCenter.Data;
|
||||
using FeedCenter.Properties;
|
||||
|
||||
namespace FeedCenter
|
||||
{
|
||||
public partial class SplashWindow
|
||||
@@ -103,7 +102,7 @@ namespace FeedCenter
|
||||
progressBar.Value += e.ProgressPercentage;
|
||||
|
||||
// Get the message
|
||||
string message = (string) e.UserState;
|
||||
var message = (string) e.UserState;
|
||||
|
||||
// Update the status label if one was supplied
|
||||
if (!string.IsNullOrEmpty(message))
|
||||
|
||||
Reference in New Issue
Block a user