Beispiel #1
0
        public async Task ChangeLeftDir(File file = null)
        {
            //try
            //{
            if (null != file)
            {
                LeftPanel.ChangeDirectory(file);
            }
            await refreshListing(LeftPanel);

            //}
            //catch (Exception e)
            //{
            //    await ShowAlert(e);
            //}
        }