예제 #1
0
 public ZoggrUploader()
 {
     ZoggrLogger.Log(AppInfo.GetTitle() + " v" + AppInfo.GetVersion() + " - (c) 2008 Zoggr");
     ZoggrLogger.LogThanks();
     this.options = new ZoggrOptions();
     this.options.LoadConfiguration();
 }
예제 #2
0
 public ZoggrSender()
 {
     ZoggrLogger.Log(AppInfo.GetTitle() + " v" + AppInfo.GetVersion() + " - (c) 2008 Zoggr");
     ZoggrLogger.LogThanks();
     this.options = new ZoggrOptions();
     this.options.LoadConfiguration();
     if (this.options.Options.rddnsip.Length > 0)
     {
         this.rddnsServer = this.options.Options.rddnsip;
     }
 }