码农 5 年之前
父節點
當前提交
1d6d595836
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      CefBridgeDataExchange.Tests/Services/WindowControlService.cs

+ 0 - 2
CefBridgeDataExchange.Tests/Services/WindowControlService.cs

@@ -44,8 +44,6 @@ namespace CefBridgeDataExchange.Tests.Services
                 ReleaseCapture();
                 SendMessage(_form.Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
             }
-
-            //TODO: call native api to drag move
         }
 
         public const int WM_NCLBUTTONDOWN = 0xA1;