Esempio n. 1
0
 public Update()
 {
     InitializeComponent();
     core                  = new UpdateCoreProcessor(Write);
     this.Load            += new EventHandler(Update_Load);
     this.UpdateLabel.Text = "Krile Update v" + core.Version.ToString("0.0");
     core.SetCancellable  += new Action <bool>(core_SetCancellable);
 }
Esempio n. 2
0
 public Update()
 {
     InitializeComponent();
     core = new UpdateCoreProcessor(Write);
     this.Load += new EventHandler(Update_Load);
     this.UpdateLabel.Text = "Krile Update v" + core.Version.ToString("0.0");
     core.SetCancellable += new Action<bool>(core_SetCancellable);
 }