コード例 #1
0
 public HomeController()
 {
     m_Utilites = new Utilities(this);
 }
コード例 #2
0
 public ConfigurationController()
 {
     m_Utilites = new Utilities(this);
 }