10 lines
145 B
C#
Executable File
10 lines
145 B
C#
Executable File
using System;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
namespace Mocha.Web.AppBuilder
|
|
{
|
|
public partial class Flow : System.Web.UI.Page
|
|
{
|
|
}
|
|
}
|