コード例 #1
0
        static void Main(string[] args)
        {
            _applicationDependencies         = new ApplicationDependencies();
            _applicationDependencies.Service = new CrossAppDomainService();

            InitializePlugins();
        }
コード例 #2
0
 public void Init(ApplicationDependencies applicationDependencies)
 {
     Service = applicationDependencies.Service;
 }