Example #1
0
 public StateRestorer(HexBox hexBox, HexBoxState state)
 {
     this.hexBox         = hexBox;
     this.state          = state;
     this.hexBox.Loaded += HexBox_Loaded;
 }
Example #2
0
 public StateRestorer(HexBox hexBox, HexBoxState state)
 {
     this.hexBox = hexBox;
     this.state = state;
     this.hexBox.Loaded += HexBox_Loaded;
 }