Horizon – Diff between revs 1 and 12

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 12
Line 58... Line 58...
58 public Snapshot(string name, string path, string time, string hash, Bitmap shot) : this(name, path, time, hash) 58 public Snapshot(string name, string path, string time, string hash, Bitmap shot) : this(name, path, time, hash)
59 { 59 {
60 Shot = shot; 60 Shot = shot;
61 } 61 }
Line -... Line 62...
-   62  
-   63 protected Snapshot()
-   64 {
-   65 }
62   66  
63 #endregion 67 #endregion
64 } 68 }
65 } 69 }