I encountered a strange behavior in the latest version of JustDecompiler (JustDecompiler 2012.2.607.1 (released on 6/11/2012)).
This version does not generate the method "InicializeComponents () of the main form. Generate the method call:
public frmMain()
{
frmMain _frmMain = this;
base.FormClosing += _frmMain.frmMain_FormClosing;
frmMain _frmMain1 = this;
base.Load += _frmMain1.frmStart_Load;
frmMain.__ENCAddToList(this);
this.InitializeComponent();
this.ImpostaInfo();
}
But not the method:
Private void InicializeComponent()
{
:::
::.
}
I've checked several executables and all lack that method. It seems that only occurs on the main form.
You can verify this by downloading the open source program from the following address: