public static PCComponent CreateComponent(int componentNameValue, ComponentType type) { return(new PCComponent(NamesGenerator.ComponentName(componentNameValue), type)); }
public static ComponentInterface CreateInterface(int componentNameValue) { return(new ComponentInterface(NamesGenerator.ComponentName(componentNameValue))); }