Ignore:
Timestamp:
Sep 4, 2009, 11:58:13 AM (15 years ago)
Author:
bayral
Message:

correct Test Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/TestPiwigoLib/Form1.cs

    r3820 r3821  
    3030        {
    3131            PwgConfigProxy.PwgUserAgent = "TestPiwigoLib";
    32             PwgConfigProxy.PwgServeurUriBuilder.Host = "bayral.free.fr";
     32            PwgConfigProxy.PwgServeurUriBuilder.Host = tbServer.Text;
    3333            PwgConfigProxy.PwgServeurUriBuilder.Path = "phpwebgallery/ws.php";
    3434            PwgConfigProxy.PwgServeurUriBuilder.Scheme = "http://";
     
    5757                Console.WriteLine(ex.Message);
    5858            }
     59        }
    5960
    60            
    61 
    62 
     61        private void Form1_FormClosing(object sender, FormClosingEventArgs e)
     62        {
     63            global::TestPiwigoLib.Properties.Settings.Default.Save();
    6364        }
    6465    }
Note: See TracChangeset for help on using the changeset viewer.