コード例 #1
0
 public StateRestorer(HexBox hexBox, HexBoxState state)
 {
     this.hexBox         = hexBox;
     this.state          = state;
     this.hexBox.Loaded += HexBox_Loaded;
 }
コード例 #2
0
ファイル: TabState.cs プロジェクト: gsong2014/dnSpy
 public StateRestorer(HexBox hexBox, HexBoxState state)
 {
     this.hexBox = hexBox;
     this.state = state;
     this.hexBox.Loaded += HexBox_Loaded;
 }