Form işlemleri
Örnek
Her saniye büyüyen bir form oluşturunuz.
this.Width += DateTime.Now.Second;
this.Height += DateTime.Now.Second;
if (DateTime.Now.Second == 0)
{
this.Width = 200;
this.Height = 200;
}
this.Height += DateTime.Now.Second;
if (DateTime.Now.Second == 0)
{
this.Width = 200;
this.Height = 200;
}