コード例 #1
0
ファイル: InstaBot.cs プロジェクト: Sergeygaan/InstaBot
 private void ButtonColorProfile_Click(object sender, EventArgs e)
 {
     using (var colorProfile = new ColorProfile(_instagramClient))
     {
         colorProfile.ShowDialog();
     }
 }