ButtonSortByColor_Click
This commit is contained in:
parent
932cb15b7f
commit
4d6bd4e5ae
@ -342,7 +342,7 @@ namespace Catamaran
|
|||||||
|
|
||||||
private void ButtonSortByColor_Click(object sender, EventArgs e)
|
private void ButtonSortByColor_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
// TODO прописать логику
|
// прописать логику
|
||||||
if (listBoxMaps.SelectedIndex == -1)
|
if (listBoxMaps.SelectedIndex == -1)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user