Beispiel #1
0
 private void btnFFXINPCRenamer_Click(object sender, EventArgs e)
 {
     if (this.AskTOSViolation())
     {
         this.Hide();
         using (Form Utility = new PlayOnline.FFXI.Utils.NPCRenamer.MainWindow())
             Utility.ShowDialog();
         this.Show();
         this.Activate();
     }
 }
Beispiel #2
0
 private void btnFFXINPCRenamer_Click(object sender, EventArgs e)
 {
     if (this.AskTOSViolation())
     {
         this.Hide();
         using (Form Utility = new PlayOnline.FFXI.Utils.NPCRenamer.MainWindow())
         {
             Utility.ShowDialog();
         }
         this.Show();
         this.Activate();
     }
 }