11 lines
198 B
C#
11 lines
198 B
C#
using System;
|
|
|
|
namespace MP_ADM.WebUserControls
|
|
{
|
|
public partial class mod_fixCal : BaseUserControl
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
}
|
|
}
|
|
} |