示例#1
0
        public About()
        {
            InitializeComponent();
            DoThings dothings = new DoThings();

            surumLabel.Text = "E-Tombala v" + dothings.surum;
        }
示例#2
0
        public Update()
        {
            InitializeComponent();

            DoThings dothings = new DoThings();

            mevcutLabel.Text = dothings.surum;
            programGuncelle();
        }