public About() { InitializeComponent(); DoThings dothings = new DoThings(); surumLabel.Text = "E-Tombala v" + dothings.surum; }
public Update() { InitializeComponent(); DoThings dothings = new DoThings(); mevcutLabel.Text = dothings.surum; programGuncelle(); }