Scaffold UI class
This commit is contained in:
parent
97e031da9b
commit
2c3f101e1a
|
@ -0,0 +1,16 @@
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Ooui
|
||||||
|
{
|
||||||
|
public static class UI
|
||||||
|
{
|
||||||
|
public static void Publish (string path, object value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public static Element GetElementAtPath (string path)
|
||||||
|
{
|
||||||
|
throw new System.Collections.Generic.KeyNotFoundException ($"{path} does not exist");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue