private void Project_Unity() { if (this.ActiveVCProject == null) { return; } UnityForm form = new UnityForm(this.ActiveVCProject); form.Show(); }
private void Project_Unity() { if (this.ActiveVCProject == null) return; UnityForm form = new UnityForm(this.ActiveVCProject); form.Show(); }