Skip to content

Commit 5b8d288

Browse files
committed
Add initialization instructions for NetAutoGUI Windows platform in README
1 parent d703067 commit 5b8d288

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ GUI.Dialog.Confirm("Are you sure?"); // Show a confirmation dialog.
3030
string? name = GUI.Dialog.Prompt("What's your name?"); // Show a prompt dialog and get the user's input.
3131
```
3232

33+
Put the following code snippet in the top of Main():
34+
```csharp
35+
GUIWindows.Initialize(); // Initialize the NetAutoGUI Windows platform.
36+
```
37+
3338
# Nuget Package
3439

3540
|| NetAutoGUI.Windows |

0 commit comments

Comments
 (0)