示例#1
0
        private async Task RunExhibit(Exhibit ex)
        {
            try
            {
                await ex.RunExhibit();
            }
            catch (Exception exception)
            {
                Debugger.Break();
            }

            CheckExhibitStatus();
        }