VixenModules.SequenceType.Vixen2x.Vixen2xSequenceImporterChannelMapper.Vixen2xSequenceImporterChannelMapper C# (CSharp) 메소드

Vixen2xSequenceImporterChannelMapper() 공개 메소드

public Vixen2xSequenceImporterChannelMapper ( List mappings ) : System
mappings List
리턴 System
        public Vixen2xSequenceImporterChannelMapper(List<ChannelMapping> mappings)
        {
            InitializeComponent();

            _mappings = mappings;
        }