12 lines
192 B
C#
12 lines
192 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace WordEdit
|
||
|
|
{
|
||
|
|
public partial class IndexOffice : System.Web.UI.Page
|
||
|
|
{
|
||
|
|
protected void Page_Load(object sender, EventArgs e)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|