Exemple #1
0
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            using (var client = new FileUploadClient())
            {
                client.Ping();
            }
        }