主要更新了http相关的内容
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Ramitta.Utils
|
||||
{
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace Ramitta.Utils
|
||||
@@ -47,7 +42,6 @@ namespace Ramitta.Utils
|
||||
Window win = Window.GetWindow(this);
|
||||
ResizePosition ResPosition = ResizePosition.None;
|
||||
int Resizer = 10;
|
||||
int ResizerSpeed = 10;
|
||||
win.MouseMove += new MouseEventHandler(
|
||||
delegate (object target, MouseEventArgs args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user