コード例 #1
0
        public void LoadSelectedTool()
        {
            var tool = _interactor.LoadSelectedTool();

            if (!string.IsNullOrEmpty(tool))
            {
                _viewCreatePost.SetSelectedTool(tool);
            }
        }