예제 #1
0
 public Window_SetTimeOut()
 {
     InitializeComponent();
     TimeOut          = Convert.ToInt32(HttpDownloader.GetTimeOut());
     this.DataContext = this;
 }