Пример #1
0
        public ChecksumForm(VisualME7Logger.Output.ChecksumInfo checksumInfo)
        {
            InitializeComponent();
            this.ChecksumInfo = checksumInfo;
            this.LoadOptions();

            this.txtBinPath.AllowDrop  = true;
            this.txtBinPath.DragEnter += txtBinPath_DragEnter;
            this.txtBinPath.DragDrop  += txtBinPath_DragDrop;
        }
Пример #2
0
 public ChecksumForm(VisualME7Logger.Output.ChecksumInfo checksumInfo)
 {
     InitializeComponent();
     this.ChecksumInfo = checksumInfo;
     this.LoadOptions();
 }