修改包名 防止跟系统包名冲突

This commit is contained in:
liufei
2022-01-22 11:08:31 +08:00
parent abdc4b6046
commit 683b4bc870
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows.Threading;
namespace GeekDesk.Thread
namespace GeekDesk.MyThread
{
public class DispatcherBuild
{

View File

@@ -10,7 +10,7 @@ using System.Threading.Tasks;
using System.Windows;
using System.Windows.Threading;
namespace GeekDesk.Thread
namespace GeekDesk.MyThread
{
public class MouseHookThread
{

View File

@@ -12,7 +12,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows;
namespace GeekDesk.Thread
namespace GeekDesk.MyThread
{
public class UpdateThread
{