Skip to content

Commit

Permalink
Changed timer namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
madd0 committed May 7, 2013
1 parent 03f0854 commit 6edb083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WygwamToolkit.Phone/Timer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// </license>
//-----------------------------------------------------------------------

namespace Wygwam.Windows.Phone
namespace Wygwam.Windows
{
using System;
using System.Windows.Threading;
Expand Down
2 changes: 1 addition & 1 deletion WygwamToolkit.WinRT/Timer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// </license>
//-----------------------------------------------------------------------

namespace Wygwam.Windows.WinRT
namespace Wygwam.Windows
{
using global::Windows.UI.Xaml;
using System;
Expand Down

0 comments on commit 6edb083

Please sign in to comment.