public ticketGrantingServerPage(Form1 mf, Client p1, tableCollection tc, securityCollection sc, tgsServer tgs, authServer asp, rsaServiceServer rss, mainForm mPage)
 {
     InitializeComponent();
     this.f        = mf;
     this.p        = p1;
     this.tabCol   = tc;
     this.secCol   = sc;
     this.tgServer = tgs;
     this.aServer  = asp;
     this.sServer  = rss;
     this.mainPage = mPage;
 }
Example #2
0
 public authServerPage(Form1 mf, Client p1, tableCollection tc, securityCollection sc, tgsServer tgs, authServer asp, mainForm mPage)
 {
     InitializeComponent();
     this.f                  = mf;
     this.p                  = p1;
     this.tabCol             = tc;
     this.secCol             = sc;
     this.tgServer           = tgs;
     this.aServer            = asp;
     this.mainPage           = mPage;
     comboBox1.SelectedIndex = 0;
 }