//构造函数 public WrapPanelControl(MonitorWindow win, Dictionary<string, UsbInfo> dic, double width, double height) { this.win = win; this.dic = dic; this.width = width; this.height = height; control = new ControlFactory(win); }
//构造函数 public WrapPanelControl(MonitorWindow win, Dictionary<string, UsbInfo> dic) { this.win = win; this.dic = dic; control = new ControlFactory(win); }