Hi everybody i'am working in a catalogmanager.
i have 2 classes :
First one : got from xsd.exe generator of XMl file 2nd : gor from WebService proxy class
thes 2 classes are the same (same attributs), the only thing is that they are devloped by 2 differents team : example :
public partial class CatalogPackageAMSApp_Data {
private string appField;
private byte nameField;
private string valueField;
}
public partial class AppData {
private string appField;
private string nameField;
private string valueField;
}
how can i cast, affect, ... those 2 classes each other.
Best regards
I'am avialable for any further explanation