コード例 #1
0
 private void Shrink_Click(object sender, EventArgs e)
 {
     this.img.Image = _functionsController.Shrink(mainImage.Imagem);
 }