Esempio n. 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     if (pictureBox1.Image != null)
     {
         pictureBox1.Image.Dispose();
         PomogiTask2.UploadDefaultImage(pictureBox1);
     }
 }
Esempio n. 2
0
 private void Form3_Load(object sender, EventArgs e)
 {
     Pomogi.SetTaskDescription(textBox1, 2, taskDescription);
     PomogiTask2.UploadDefaultImage(pictureBox1);
 }