private void MainForm_Shown(object sender, EventArgs e) { TimerSaat.Start(); X1 = PicClose.Size.Width; Y1 = PicClose.Size.Height; X2 = PicMinus.Size.Width; Y2 = PicMinus.Size.Height; X4 = PicClose.Location.X; Y4 = PicClose.Location.Y; X5 = PicMinus.Location.X; Y5 = PicMinus.Location.Y; }
private void _09_StarterForm_Load(object sender, EventArgs e) { Index2 = r.Next(17, 45); TimerSaat.Start(); }