мне все еще стыдно
This commit is contained in:
parent
6862daad73
commit
016779550c
@ -92,7 +92,7 @@ namespace TestApp
|
||||
MessageBox.Show("Write something!!!", "Error");
|
||||
return;
|
||||
}
|
||||
day.Mood = "{" + textBoxMood.Text + "}";
|
||||
day.Mood = textBoxMood.Text;
|
||||
int index = customListBox.CountRows();
|
||||
customListBox.FillProperty(day, index, "Mood");
|
||||
customListBox.FillProperty(day, index, "Date");
|
||||
|
Loading…
Reference in New Issue
Block a user