Skip to content

Commit

Permalink
Removed shutdown call for from 'Dialog' example
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Apr 30, 2022
1 parent 0fbb2bc commit bf1fa42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docfx/articles/overview.md
Expand Up @@ -346,7 +346,6 @@ var entry = new TextField () {
};
dialog.Add (entry);
Application.Run (dialog);
Application.Shutdown ();
if (okpressed)
Console.WriteLine ("The user entered: " + entry.Text);
```
Expand Down

0 comments on commit bf1fa42

Please sign in to comment.