Beispiel #1
0
        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();
        }
Beispiel #2
0
        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();
        }