using System;
using HDL_ON.UI.CSS;
using HDL_ON.UI.Music;
using Shared;
namespace HDL_ON.UI.UI2.FuntionControlView.Video.View
{
public class ShowDialog
{
private static ShowDialog showDialog;
public static ShowDialog Currnet
{
get
{
if (showDialog == null)
{
showDialog = new ShowDialog();
}
return showDialog;
}
}
public Dialog dialog;
///
///
///
/// 标题
/// 回调函数
/// 回调函数
public void ClickBox(string title, Action