diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-12-19 22:49:05 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-12-19 22:49:05 +0200 |
| commit | 650128cf890df30b846a23bbec702abce0db66c5 (patch) | |
| tree | 5c6ce51b5b7f2acd07ae6698c0b04892446d5832 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs | |
| parent | 3aae191fc66b22ecd788d5134fc3ec05bc7c7f2d (diff) | |
| download | Tango-650128cf890df30b846a23bbec702abce0db66c5.tar.gz Tango-650128cf890df30b846a23bbec702abce0db66c5.zip | |
Done implementing local <-> local synchronization on synchronization module.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs index f50b734f4..6505bcf88 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs @@ -31,7 +31,7 @@ namespace Tango.MachineStudio.UI.ViewModels { StaThreadHelper.StartStaThread(() => { - Thread.Sleep(3000); + Thread.Sleep(1000); try { ObservablesEntitiesAdapter.Instance.Initialize(); |
