private void pictureBox9_Click(object sender, EventArgs e) { GünlükYazdır yaz = new GünlükYazdır(dateTimePicker3.Value.Year.ToString(), textBox2.Text + ":" + textBox7.Text, textBox5.Text, label16.Text + " " + label15.Text, textBox1.Text, ServerName); yaz.Show(); }
private void button3_Click(object sender, EventArgs e) { GünlükYazdır yaz = new GünlükYazdır(string.Format("{0:dd/MM/yyyy}", dateTimePicker3.Value), textBox2.Text + ":" + textBox7.Text, textBox5.Text, label16.Text + " " + label15.Text, textBox1.Text, ServerName); yaz.Show(); }