在类库中填充Combobox
我有一个带控件的WPF项目,
我想在我的类库中访问WPF控件并且我得到错误
The type or namespace name 'Controls' does not exist in the namespace
'System.Windows'
(are you missing an assembly reference?)
Run Code Online (Sandbox Code Playgroud)
从WPF项目访问函数时不会发生问题当我尝试从类库中执行某些操作时它只会成为一个问题