public NetProjectSettingsContent(NetProject project) { Text = project.Name; Control = new NetProjectSettingsControl(project); }