Add libation icon to forms
This commit is contained in:
parent
04665fea36
commit
81c152ddcb
15 changed files with 37 additions and 7 deletions
|
|
@ -14,6 +14,7 @@ namespace LibationWinForms.Dialogs
|
|||
label3.Text += "\r\n\r\n" + string.Join("\r\n", LibationSearchEngine.SearchEngine.GetSearchNumberFields());
|
||||
label4.Text += "\r\n\r\n" + string.Join("\r\n", LibationSearchEngine.SearchEngine.GetSearchBoolFields());
|
||||
label5.Text += "\r\n\r\n" + string.Join("\r\n", LibationSearchEngine.SearchEngine.GetSearchIdFields());
|
||||
this.SetLibationIcon();
|
||||
}
|
||||
|
||||
private void CloseBtn_Click(object sender, EventArgs e) => this.Close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue