예제 #1
0
파일: Debug.cs 프로젝트: fossabot/sanakan
 public Debug(Waifu waifu, ShindenClient shClient, Services.Helper helper, Services.ImageProcessing img)
 {
     _shClient = shClient;
     _helper   = helper;
     _waifu    = waifu;
     _img      = img;
 }
예제 #2
0
 public Debug(Waifu waifu, ShindenClient shClient, Services.Helper helper, Services.ImageProcessing img, IConfig config, IExecutor executor)
 {
     _shClient = shClient;
     _executor = executor;
     _helper   = helper;
     _config   = config;
     _waifu    = waifu;
     _img      = img;
 }