Ooui-tws-port/Ooui.Wasm/ooui-sample.cs

17 lines
263 B
C#

using System;
using Ooui;
public class Math {
public static string Add (string a, string b) {
try {
Console.WriteLine ("ENTER");
var e = new Div ();
return e.Id;
}
catch (Exception e) {
Console.WriteLine (e);
return e.ToString ();
}
}
}