diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-04-22 10:53:18 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-04-22 10:53:18 +0300 |
| commit | fe332e7910fccc09a8fc6ccf1f617ff00e7d7568 (patch) | |
| tree | 9eef1aaf1311275a8ef7de2e1bba330f8b663354 /Software/Visual_Studio/Scripting/Tango.Scripting.Test/MainWindow.xaml.cs | |
| parent | 1336b996270529c97006c1563c3986a95c070607 (diff) | |
| parent | 34d7201f46c07a6311fcaa9df329ec22c5ebdb49 (diff) | |
| download | Tango-fe332e7910fccc09a8fc6ccf1f617ff00e7d7568.tar.gz Tango-fe332e7910fccc09a8fc6ccf1f617ff00e7d7568.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Scripting/Tango.Scripting.Test/MainWindow.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/Scripting/Tango.Scripting.Test/MainWindow.xaml.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Software/Visual_Studio/Scripting/Tango.Scripting.Test/MainWindow.xaml.cs b/Software/Visual_Studio/Scripting/Tango.Scripting.Test/MainWindow.xaml.cs index 07958493d..58a695c10 100644 --- a/Software/Visual_Studio/Scripting/Tango.Scripting.Test/MainWindow.xaml.cs +++ b/Software/Visual_Studio/Scripting/Tango.Scripting.Test/MainWindow.xaml.cs @@ -25,14 +25,7 @@ namespace Tango.Scripting.Test { public MainWindow() { - ScriptEditor.AssemblyCacheProgress += ScriptEditor_AssemblyCacheProgress; - ScriptEditor.LoadCachedAssemblies(new List<System.Reflection.Assembly>() - { - typeof(String).Assembly, - typeof(Enumerable).Assembly, - typeof(Form).Assembly, - typeof(System.Drawing.Point).Assembly - }); + ScriptEditor.LoadingSymbolsProgress += ScriptEditor_AssemblyCacheProgress; InitializeComponent(); DataContext = new MainWindowVM(); |
