some body please help me.
After two days. I have to present my final year project.
//////////////////////////////////////////////
struct FaceTemplate {
public byte [] templateData;
}
List <FaceTemplate > faceTemplates;
////////////////////////////////////////////
I want to create this structure as globally to access this list in every window form.
how can i create and how cam i access.
pleaseeeeeeeeee eeeeeeeeeeeeeee ee help me.
After two days. I have to present my final year project.
//////////////////////////////////////////////
struct FaceTemplate {
public byte [] templateData;
}
List <FaceTemplate > faceTemplates;
////////////////////////////////////////////
I want to create this structure as globally to access this list in every window form.
how can i create and how cam i access.
pleaseeeeeeeeee eeeeeeeeeeeeeee ee help me.
Comment