mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Removed shutdown call for from 'Dialog' example
This commit is contained in:
@@ -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);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user