Update Spreadsheet.xaml.cs
This commit is contained in:
Родитель
1db1040c0a
Коммит
7be6819bb2
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче