码农 5 năm trước cách đây
mục cha
commit
1d6d595836

+ 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;