This commit is contained in:
Sathiyathanam 2024-06-05 19:49:34 +05:30 коммит произвёл GitHub
Родитель 1db1040c0a
Коммит 7be6819bb2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,6 @@ namespace SpreadsheetSamples
public void Dispose()
{
this.Unloaded -= SpreadsheetShowcase_Unloaded;
//ES-890021 - Here we have called the ribbon.Dispose() method first before the this.Spreadsheet.Dispose to fix the null reference exception occurs while pressing the backbutton in UWP demos.
this.ribbon.Dispose();
this.spreadsheet.Dispose();
Resources.Clear();