You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, this is a reference to https://github.com/MicrosoftDocs/windows-uwp.ja-jp/issues/31. Some paragraphs are not getting localized because there's missing closure for a code block in the file hub/apps/desktop/modernize/using-the-visual-layer-with-windows-forms.md.
The Code Block missing the closure is this one:
publicCompositionHost(){InitializeComponent();// Get the window handle.hwndHost=Handle;// Create dispatcher queue.dispatcherQueue=InitializeCoreDispatcher();// Build Composition tree of content.InitComposition(hwndHost);}
Thanks!
The text was updated successfully, but these errors were encountered:
Hi team, this is a reference to https://github.com/MicrosoftDocs/windows-uwp.ja-jp/issues/31. Some paragraphs are not getting localized because there's missing closure for a code block in the file hub/apps/desktop/modernize/using-the-visual-layer-with-windows-forms.md.
The Code Block missing the closure is this one:
Thanks!
The text was updated successfully, but these errors were encountered: