Запоминание предыдущего файла

This commit is contained in:
2024-10-10 11:47:27 +03:00
parent bf665528e3
commit 533ec8fc70
149 changed files with 3764 additions and 267 deletions

View File

@@ -23,7 +23,7 @@ namespace GtaVUsersInfo.Helpers
public static DialogResult ShowQuestMessage(string message)
{
return MessageBox.Show(message, "Информация", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
return MessageBox.Show(message, "Информация", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question);
}
}
}