Closed GoogleCodeExporter closed 9 years ago
@mcored: Add this line to ShareXmod Program.cs:
https://dl.dropbox.com/u/14076298/ShareX/2013/04/Xs6hhmCLDx.png
I can't add myself because ShareXmod solution not compileable because of reason
i told you in commit comments before.
Original comment by flexy...@gmail.com
on 27 Apr 2013 at 4:15
Thanks Berk; however, I did not think it was necessary to do the
null/isDisposed check because in my get property for MainForm I do check it:
public static MainForm Main
{
get
{
if (_MainForm == null || _MainForm.IsDisposed)
_MainForm = new MainForm() { Icon = Resources.ShareX };
return _MainForm;
}
set
{
_MainForm = value;
}
}
It is strange.
Original comment by mcored
on 27 Apr 2013 at 9:10
Original comment by mcored
on 28 Apr 2013 at 1:27
madLyfe, try this:
https://dl.dropbox.com/u/25501373/ShareXmod/2013-04/27/ShareXmod-7.2.3.348-setup
.exe
It should not happen again. If it does, please let us know!
Original comment by mcored
on 28 Apr 2013 at 8:15
Original issue reported on code.google.com by
madL...@gmail.com
on 17 Apr 2013 at 1:37