- Регистрация
- 15.05.2017
- Сообщения
- 436
- Благодарностей
- 104
- Баллы
- 43
Hello, so I have such 3 small cubes, they are saving the templates state.
And they are used many times in the project, so I just wanted to ask, what would be the correct way to do it from your experience? Because now it takes up alot of space, and I think a lot of C# code is slowing down the project..
Options I can think of-
1) Save them in a separate template and run 'template in template'
2) Save as plugin, no such option in ZD, but would it be correct to do so in ZP?
3) Convert everything in C# and put it in shared code
How would you do it?
Thank you for your opinions.
And they are used many times in the project, so I just wanted to ask, what would be the correct way to do it from your experience? Because now it takes up alot of space, and I think a lot of C# code is slowing down the project..
Options I can think of-
1) Save them in a separate template and run 'template in template'
2) Save as plugin, no such option in ZD, but would it be correct to do so in ZP?
3) Convert everything in C# and put it in shared code
How would you do it?
Thank you for your opinions.