StreetFoo.Client.ShareTargetPageViewModel.ShareTargetPageViewModel C# (CSharp) Method

ShareTargetPageViewModel() public method

public ShareTargetPageViewModel ( IViewModelHost host ) : System
host IViewModelHost
return System
        public ShareTargetPageViewModel(IViewModelHost host)
            : base(host)
        {
            this.ShowImage = false;
            this.Sharing = false;
            this.SupportsComment = true;

            this.ShareCommand = new DelegateCommand(async (args) => await HandleShareCommandAsync());
        }