This commit is contained in:
Татьяна Артамонова 2023-11-09 18:19:41 +04:00
parent bb31c39775
commit dbd09b5386
2 changed files with 20 additions and 1 deletions

View File

@ -38,6 +38,24 @@ namespace PluginsConventionLibrary
};
tableOfValues.ContextMenuStrip = menu;
ReloadData();
Configure();
}
public void ReloadData()
{
try
{
tableOfValues.ClearRows();
var list = _studentLogic.Read(null);
if (list != null)
{
tableOfValues.SetCellValueFromList(list);
}
}
catch (Exception ex)
{
MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
/// Название плагина
@ -93,7 +111,7 @@ namespace PluginsConventionLibrary
return true;
}
public void ReloadData()
public void Configure()
{
var columnConfigs = new List<GridColumnConfig>
{

View File

@ -35,6 +35,7 @@
/// Обновление набора данных в контроле
/// </summary>
void ReloadData();
void Configure();
/// <summary>
/// Создание простого документа