Should I use dependency injection to bring in a class with constants into my Xamarin Forms application or is there a better way?

前端 未结 0 1696
温柔的废话
温柔的废话 2020-12-30 18:14

I have a class containing constants:

namespace Test.AppService { public static class Const { public const bool Tmr = false; public const int Pti = 10; ...

I wa

相关标签:
回答
  • 消灭零回复
提交回复
热议问题