コード例 #1
0
ファイル: Decryption.cs プロジェクト: greendragon8213/Stego
 public Decryption(IStegoSystem <string, constraints> stegoSystem)
 {
     _stegoSystem = stegoSystem;
 }