Exemplo n.º 1
0
        private async void UpdateSql(object sender, EventArgs e)
        {
            await EnsureCellarDownloaded();

            EnsureCtSql();

            await m_ctsql.UpdateLocalDatabaseFromDownloadedCellar(m_cellar, false, false);
        }