Parcourir la source

Removed shutdown call for from 'Dialog' example

Thomas Nind il y a 3 ans
Parent
commit
bf1fa42f8b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      docfx/articles/overview.md

+ 0 - 1
docfx/articles/overview.md

@@ -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);
 ```