コード例 #1
0
ファイル: ChoAssembly.cs プロジェクト: lanicon/Cinchoo
        private static string[] _paths; // = ChoCodeBase.Me.Paths; // WorkflowManager.Paths;

        #endregion

        #region Constructors

        static ChoAssembly()
        {
            ChoAssemblyResolver.Attach();
            //if (ChoCodeBase.Me != null)
            //    _paths = ChoCodeBase.Me.Paths;

            //AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(CurrentDomain_AssemblyResolve);
        }
コード例 #2
0
 internal static void Initialize()
 {
     ChoAssemblyResolver.Attach();
 }