Beispiel #1
0
        public object BrowseForSource(BuildOptions options)
        {
            if (CurrentSourceType == null)
            {
                return(null);
            }

            return(CurrentSourceType.BrowseForSource(options));
        }
Beispiel #2
0
        public object BrowseForSource()
        {
            if (CurrentSourceType == null)
            {
                return(null);
            }

            return(CurrentSourceType.BrowseForSource());
        }