private void Init(string[] args) { InitSvnClient(); _window = new SideBySide(); _window.FormClosed += window_FormClosed; _window.Show(); }