Exemplo n.º 1
0
 private void ButtonColorProfile_Click(object sender, EventArgs e)
 {
     using (var colorProfile = new ColorProfile(_instagramClient))
     {
         colorProfile.ShowDialog();
     }
 }