• Hello C#

    Merhaba, Bugün ilk c#projemizi yapacağız. Bi form uygulaması olacak ve birer tane label ve butonumuz var. tabii ki visual studio kullanıyoruz. ve kodlarımız: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp8 { public partial class Form1 : Form { public Form1() { InitializeComponent();…

Etiket: label

  • Hello C#

    Merhaba, Bugün ilk c#projemizi yapacağız. Bi form uygulaması olacak ve birer tane label ve butonumuz var. tabii ki visual studio kullanıyoruz. ve kodlarımız: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp8 { public partial class Form1 : Form { public Form1() { InitializeComponent();…