Explorar o código

Removed shutdown call for from 'Dialog' example

Thomas Nind %!s(int64=3) %!d(string=hai) anos
pai
achega
bf1fa42f8b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
 ```