Horizon

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 7  →  ?path2? @ 8
/Horizon/Snapshots/HexViewForm.cs
@@ -47,7 +47,6 @@
public HexViewForm()
{
InitializeComponent();
Utilities.WindowState.FormTracker.Track(this);
}
 
public HexViewForm(SnapshotDatabase snapshotDatabase, string hash, byte[] data) : this()
@@ -81,7 +80,10 @@
#endregion
 
#region Event Handlers
 
private void HexViewForm_Load(object sender, EventArgs e)
{
Utilities.WindowState.FormTracker.Track(this);
}
private void SnapshotDatabaseSnapshotDataUpdate(object sender, SnapshotDataUpdateEventArgs e)
{
switch (e)
@@ -132,5 +134,7 @@
}
 
#endregion
 
 
}
}