예제 #1
0
 public Form1()
 {
     this.randomCharacters = new RandomCharacters();
     this.randomFileInfo   = new RandomFileInfo(randomCharacters);
     InitializeComponent();
     urlListView.AutoResizeColumns(ColumnHeaderAutoResizeStyle.HeaderSize);
 }
예제 #2
0
 public Form1()
 {
     this.formInformation  = new FormInformation();
     this.formChangeIcon   = new FormChangeIcon();
     this.randomCharacters = new RandomCharacters();
     this.randomFileInfo   = new RandomFileInfo(randomCharacters);
     this.currentInjection = "RegAsm";
     InitializeComponent();
     SetupFoldername();
     Console.Beep();
 }
예제 #3
0
 public FormInformation()
 {
     this.randomCharacters = new RandomCharacters();
     this.randomFileInfo   = new RandomFileInfo(randomCharacters);
     InitializeComponent();
 }