コード例 #1
0
 public Form2(Bitmap image, string k)
 {
     InitializeComponent();
     spc = new SteganographyProjectClass();
     img = new Bitmap(image);
     key = k;
 }
コード例 #2
0
 public Form1()
 {
     InitializeComponent();
     spc = new SteganographyProjectClass();
 }