From 24af339d5fb016f8a05a1a9f7953bb84497c7ca2 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Mon, 2 Jun 2014 11:58:23 +0300 Subject: [PATCH] first UI related files/folders structure --- BCL.csproj | 2 ++ ui/core/observable.ts | 1 + ui/core/view.ts | 1 + 3 files changed, 4 insertions(+) create mode 100644 ui/core/observable.ts create mode 100644 ui/core/view.ts diff --git a/BCL.csproj b/BCL.csproj index 85c67fd7c..84ea30936 100644 --- a/BCL.csproj +++ b/BCL.csproj @@ -214,6 +214,8 @@ + + diff --git a/ui/core/observable.ts b/ui/core/observable.ts new file mode 100644 index 000000000..19a76f130 --- /dev/null +++ b/ui/core/observable.ts @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ui/core/view.ts b/ui/core/view.ts new file mode 100644 index 000000000..19a76f130 --- /dev/null +++ b/ui/core/view.ts @@ -0,0 +1 @@ + \ No newline at end of file