示例#1
0
        public PacketConverterInstanceImpl(PacketConvertManager pcvtm, PacketConverterClass pcvtd, PacketConverterProperty pcvtp, Guid id)
            : base(pcvtm, pcvtd, pcvtp, id)
        {
            prop_ = Property as PacketConverterPropertyImpl;

            InitializeComponent();
            InitializeAlgorithmList();

            SelectAlgorithm(prop_.Algorithm.Value);
        }
示例#2
0
 public AlgorithmObject(PacketConverterInstance instance, PacketConverterPropertyImpl prop)
 {
     Instance = instance;
     Property = prop;
 }