コード例 #1
0
 public VideoCollection(string file, Settings.CoreSettings settings)
 {
     Config         = new VideoConfig(file, settings);
     BarcodeConfigs = new List <BarcodeConfig>();
     Data           = new VideoData();
 }
コード例 #2
0
 public VideoCollection()
 {
     Config         = new VideoConfig();
     BarcodeConfigs = new List <BarcodeConfig>();
     Data           = new VideoData();
 }