mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
13 lines
214 B
C#
13 lines
214 B
C#
|
|
using System;
|
|||
|
|
using System.Web;
|
|||
|
|
using System.Web.UI;
|
|||
|
|
|
|||
|
|
namespace DiscImageChef.Server
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
public partial class Default
|
|||
|
|
{
|
|||
|
|
protected System.Web.UI.WebControls.Button button1;
|
|||
|
|
}
|
|||
|
|
}
|