Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ClickOnce 应用程序,一旦安装在标准用户帐户上,管理员以外的用户就可以卸载它。是否可以使应用程序需要管理员权限才能卸载 ClickOnce?如何?
谢谢
I tried this code for adding b to books:
b
books
IEnumerable<Book> books =null; foreach (Book b in context.Books.AsEnumerable())