diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-22 02:08:25 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-22 02:08:25 +0300 |
| commit | 499e0a03bb41e2330a47ccca83e6e6dfe7c5a634 (patch) | |
| tree | 5d5d7866e33c1ae8a55cfa67be65848a25be7ab4 /Software/Visual_Studio/Scripting/Tango.Scripting.Test/MainWindow.xaml.cs | |
| parent | 97a784b6ce43960bdb92465b08f26d3562a4f202 (diff) | |
| download | Tango-499e0a03bb41e2330a47ccca83e6e6dfe7c5a634.tar.gz Tango-499e0a03bb41e2330a47ccca83e6e6dfe7c5a634.zip | |
Scripting.
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(); |
