diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-05-17 22:39:00 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-05-17 22:39:00 +0300 |
| commit | c46f5f21663d6878f4aa94a0ebfd573845063c0f (patch) | |
| tree | 94013e158738c6df0ef694363b04ffe96c648829 /Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LoadingView.cs | |
| parent | 850eb9adb82aac85e928bf7a4533ee4c1f693ad2 (diff) | |
| parent | ede7471b32b1157ee932fa8f6e7918b8f147b36e (diff) | |
| download | Tango-c46f5f21663d6878f4aa94a0ebfd573845063c0f.tar.gz Tango-c46f5f21663d6878f4aa94a0ebfd573845063c0f.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LoadingView.cs')
| -rw-r--r-- | Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LoadingView.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LoadingView.cs b/Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LoadingView.cs new file mode 100644 index 000000000..c1c9d1bb4 --- /dev/null +++ b/Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LoadingView.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Tango.SharedUI; + +namespace Tango.PanelPC.UI.ViewModels +{ + public class LoadingView : ViewModel + { + + } +} |
