修改包名

This commit is contained in:
liufei
2022-03-25 16:23:14 +08:00
parent d61bf2af11
commit 9789e9b02b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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