|
@@ -346,7 +346,6 @@ var entry = new TextField () {
|
|
};
|
|
};
|
|
dialog.Add (entry);
|
|
dialog.Add (entry);
|
|
Application.Run (dialog);
|
|
Application.Run (dialog);
|
|
-Application.Shutdown ();
|
|
|
|
if (okpressed)
|
|
if (okpressed)
|
|
Console.WriteLine ("The user entered: " + entry.Text);
|
|
Console.WriteLine ("The user entered: " + entry.Text);
|
|
```
|
|
```
|