在我的F# (FsXaml/Code )应用程序中,我想使用一个进度条,而不像在C#中那样使用后台工作人员。基于互联网上的一篇文章(链接是),我尝试使用异步工作流。type MainWindowXaml = FsXaml.XAML<"XAMLAndCodeBehind/MainWindow.xaml">
type MainWindow() as this =
我在F#中通过FsXaml使用WPF。System.Xaml.XamlObjectWriter.WriteStartObject(XamlType xamlType) at FsXaml.InjectXaml.from$cont@37(String file, Object root, Stream resStream, Unit unitVar)
at FsXaml.InjectXaml.from(StringA