Exemple #1
0
        public void HandleAddAlbum(object sender, System.EventArgs args)
        {
            if (account == null)
            {
                throw new Exception(Catalog.GetString("No account selected"));
            }

            album_add = new SmugMugAddAlbum(this, account.SmugMug);
        }
Exemple #2
0
        public void HandleAddAlbum(object sender, System.EventArgs args)
        {
            if (account == null)
                                throw new Exception (Catalog.GetString ("No account selected"));

                        album_add = new SmugMugAddAlbum (this, account.SmugMug);
        }