我有一个WPF应用程序,它是通过MSI安装的,由visual studio 2010中的“安装项目”生成。我想知道如何告诉安装项目在安装程序完成后启动WPF应用程序(主输出)。
I have several geometry meshes in my Viewport3D, these have bounds of (w:1800, h:500, d:25). When a user clicks in the middle of the mesh, I want the Point3D of (900, 500, 25)... How can I achieve ...