12.07.2015 Views

bu döküman kaan aslan tarafından c ve sistem ... - Kitabxana

bu döküman kaan aslan tarafından c ve sistem ... - Kitabxana

bu döküman kaan aslan tarafından c ve sistem ... - Kitabxana

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

elirlenen değer dolacak biçimde genişletilir.using System;using System.Windows.Forms;using System.Drawing;namespace CSD{class App{public static void Main(){Application.Run(new MyForm());}class MyForm : Form{public MyForm(){this.Text = "Örnek Pencere";this.BackColor = System.Drawing.Color.Red;this.StartPosition = FormStartPosition.Manual;this.Bounds = new Rectangle(100, 100, 0, 0);this.ClientSize = new Size(100, 100);MessageBox.Show(this.ClientRectangle.ToString());}}//...}}using System;using System.Windows.Forms;using System.Drawing;namespace CSD{class App{public static void Main(){Application.Run(new MyForm());}class MyForm : Form{public MyForm(){this.Text = "Örnek Pencere";this.BackColor = System.Drawing.Color.Red;23

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!