markus / ConvertService / ServiceBase / UploadFonts / Contact.aspx.cs @ 950e6b84
이력 | 보기 | 이력해설 | 다운로드 (302 Bytes)
1 |
using System; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using System.Linq; |
4 |
using System.Web; |
5 |
using System.Web.UI; |
6 |
using System.Web.UI.WebControls; |
7 |
|
8 |
namespace UploadFonts |
9 |
{ |
10 |
public partial class Contact : Page |
11 |
{ |
12 |
protected void Page_Load(object sender, EventArgs e) |
13 |
{ |
14 |
|
15 |
} |
16 |
} |
17 |
} |