12 lines
189 B
C#
12 lines
189 B
C#
using System;
|
|
|
|
namespace FineUIPro.Web.common
|
|
{
|
|
public partial class themes : PageBase
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |