コード例 #1
0
ファイル: Habbo.cs プロジェクト: Alekslou/Plus-HHFootball
 public bool InitSearches()
 {
     this._navigatorSearches = new SearchesComponent();
     if (this._navigatorSearches.Init(this))
     {
         return(true);
     }
     return(false);
 }
コード例 #2
0
        public bool InitSearches()
        {
            _navigatorSearches = new SearchesComponent();

            return(_navigatorSearches.Init(this));
        }