Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. [RunInstaller(true)]
  2. public partial class Installer : System.Configuration.Install.Installer
  3. {
  4. public Installer() {
  5. InitializeComponent();
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement