From 61475cdff8c1362c5fa2a1e93f3d76b2ca61520c Mon Sep 17 00:00:00 2001 From: wugang <425674808@qq.com> Date: Sun, 8 Apr 2018 11:39:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.139367?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CowOutputClient/OperateWindow.xaml | 2 +- CowOutputClient/OperateWindow.xaml.cs | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CowOutputClient/OperateWindow.xaml b/CowOutputClient/OperateWindow.xaml index e9c9253..e7f8936 100644 --- a/CowOutputClient/OperateWindow.xaml +++ b/CowOutputClient/OperateWindow.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="OperateWindow" Height="768" Width="1064" WindowStyle="None" AllowsTransparency="True" Background="#0fff" WindowStartupLocation="CenterScreen" Loaded="Window_Loaded_1" > - + diff --git a/CowOutputClient/OperateWindow.xaml.cs b/CowOutputClient/OperateWindow.xaml.cs index cfa1bcd..b27937f 100644 --- a/CowOutputClient/OperateWindow.xaml.cs +++ b/CowOutputClient/OperateWindow.xaml.cs @@ -315,11 +315,6 @@ namespace CowOutputClient return true; } - private void Grid_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) - { - DragMove(); - } - private void Window_Loaded_1(object sender, RoutedEventArgs e) { thread1 = new MyThread();