yz_server/Server/MyClass/Views/CommonMediaShow.cs

14 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Server.MyClass.Views
{
internal class CommonMediaShow
{
}
}