Exemplo n.º 1
0
		public MakefileSwitchEditor (TarballDeployTarget target)
		{
			this.Build();
			MakefileSwitchEditorWidget widg = new MakefileSwitchEditorWidget (target);
			align.Add (widg);
			widg.ShowAll ();
		}
        public MakefileSwitchEditor(TarballDeployTarget target)
        {
            this.Build();
            MakefileSwitchEditorWidget widg = new MakefileSwitchEditorWidget(target);

            align.Add(widg);
            widg.ShowAll();
        }