コード例 #1
0
ファイル: IoC.cs プロジェクト: ruo2012/Chromely
 public static void BuildUp(object instance)
 {
     if (m_container != null)
     {
         m_container.BuildUp(instance);
     }
 }