コード例 #1
0
        private void prepareFacade()
        {
            LogicServices.createFacadeTopCategories(LogicServices.GetFriends());

            textBoxFirst.Text  = LogicServices.Facade.First;
            textBoxSecond.Text = LogicServices.Facade.Second;
            textBoxthird.Text  = LogicServices.Facade.Third;
        }