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