Ejemplo n.º 1
0
 private void buttonSubmitPost_Click(object sender, EventArgs e)
 {
     FacebookSessionSingleton.Instance.User.PostPhoto
     (
         RageImageController.GetJpegByteStream(pictureBoxRageFace.Image),
         richTextBoxDescription.Text
     );
     MessageBox.Show("The post was published to your facebook wall successfuly!", "Confirmation", MessageBoxButtons.OK);
 }
Ejemplo n.º 2
0
 private void buttonSaveImage_Click(object sender, EventArgs e)
 {
     RageImageController.showSaveImageDialog(pictureBoxRageFace.Image);
 }
Ejemplo n.º 3
0
 private void buttonOpenInPaint_Click(object sender, EventArgs e)
 {
     RageImageController.showImageInPaint(pictureBoxRageFace.Image);
 }