Skip to content

Commit

Permalink
Samples: Csharp - fix winforms sample
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jan 26, 2025
1 parent 18b4322 commit f8429eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Csharp/winforms.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private void Closing(object sender, System.ComponentModel.CancelEventArgs e)
getRoot().queueEndRendering();
}

public override NativeWindowPair createWindow(string title, uint w, uint h, NameValuePairList miscParams)
public override NativeWindowPair createWindow(string title, uint w, uint h, NameValueMap miscParams)
{
miscParams["externalWindowHandle"] = form.Handle.ToString();

Expand Down

0 comments on commit f8429eb

Please sign in to comment.