Ejemplo n.º 1
0
        private void Project_Unity()
        {
            if (this.ActiveVCProject == null)
            {
                return;
            }

            UnityForm form = new UnityForm(this.ActiveVCProject);

            form.Show();
        }
Ejemplo n.º 2
0
        private void Project_Unity()
        {
            if (this.ActiveVCProject == null) return;

            UnityForm form = new UnityForm(this.ActiveVCProject);
            form.Show();
        }