Esempio n. 1
0
        /// <summary>
        /// Constructor for the arguments class to ensure objects are all created
        /// before the parsing begins
        /// </summary>
        public Arguments()
        {
            _filename = string.Empty;

            Download   = new DownloadVerb();
            Metadata   = new MetadataVerb();
            Search     = new SearchVerb();
            Favourites = new FavouritesVerb();
        }
Esempio n. 2
0
    /// <summary>
    /// Constructor for the arguments class to ensure objects are all created
    /// before the parsing begins
    /// </summary>
    public Arguments()
    {
      _filename = string.Empty;

      Download   = new DownloadVerb();
      Metadata   = new MetadataVerb();
      Search     = new SearchVerb();
      Favourites = new FavouritesVerb();
    }