我在WPF
中发现这个问题很难。
我动态填充此WPF
表单上的保管箱(来自SQL Server
中的表格)。我编写了一个名为populateDropBoxes
的函数,我曾在form_Load
WinForms
调用WPF
。
我还在Window_Loaded
/ Window_ContentRendered
/ Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(() => { populateDropBoxes(); }));
中使用了以下内容,但却得到了相同的错误。
populateDropBoxes
注意:当我从Ex拨打git config --global gpg.program "C:/Program Files (x86)/GNU/GnuPG/gpg2.exe"
()时:点击一下按钮就可以了。
任何帮助将不胜感激。