private void StaticEvents_LocateArchorByIp(List <string> ips) { var win = new AreaCanvasWindow(); win.LocateByIp(ips); win.Show(); }