Mercurial > servermonitor
comparison ServerMonitor/Forms/InputDialog.cs @ 6:c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
- Add option to trim log files.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Fri, 01 Mar 2019 21:38:22 -0500 |
parents | b6fe203af9d5 |
children | 7127d5b5ac75 |
comparison
equal
deleted
inserted
replaced
5:b6fe203af9d5 | 6:c1dffaac66fa |
---|---|
14 { | 14 { |
15 public string Message { get; set; } | 15 public string Message { get; set; } |
16 | 16 |
17 public Icon MessageIcon { get; set; } | 17 public Icon MessageIcon { get; set; } |
18 | 18 |
19 public string Input { get; private set; } | 19 public string Input { get; private set; } = ""; |
20 | 20 |
21 public InputDialog() | 21 public InputDialog() |
22 { | 22 { |
23 InitializeComponent(); | 23 InitializeComponent(); |
24 } | 24 } |