public static Direct3D9MeshImplementor GetInstance() { if (instance == null) { instance = new Direct3D9MeshImplementor(); } return(instance); }
public static Direct3D9MeshImplementor GetInstance() { if (instance == null) { instance = new Direct3D9MeshImplementor(); } return instance; }