更新腾讯云账号信息

This commit is contained in:
lxmou666 2021-01-11 20:40:04 +08:00
parent 85beadbd2d
commit 12b0581d35
1 changed files with 5 additions and 5 deletions

View File

@ -559,8 +559,8 @@ namespace JianGongYun.TRTC
Content = $"成功保存直播视频,路径:{ResultFilePath}。",
NotifiactionType = AduSkin.Controls.EnumPromptType.Success
});
var res= AduMessageBox.ShowYesNoCancel("是否删除音视频源文件?", "提醒", "删除", "保留", "浏览");
if (res== MessageBoxResult.Cancel)
var res = AduMessageBox.ShowYesNoCancel("是否删除音视频源文件?", "提醒", "删除", "保留", "浏览");
if (res == MessageBoxResult.Cancel)
{
var process = new Process
{
@ -569,7 +569,7 @@ namespace JianGongYun.TRTC
process.Start();
process.WaitForExit();
}
else if (res== MessageBoxResult.Yes)
else if (res == MessageBoxResult.Yes)
{
if (File.Exists(VideoTempPath))
{