Example #1
0
 public AddGroup(BPGroupsEditor groupeditor)
 {
     InitializeComponent();
     bpge = groupeditor;
 }
Example #2
0
 public ConfirmationBox(BPGroupsEditor bpsge, string message)
 {
     InitializeComponent();
     textBox1.Text = message;
     bpge          = bpsge;
 }
 public AddPermission(BPGroupsEditor groupeditor)
 {
     InitializeComponent();
     bpge = groupeditor;
 }
Example #4
0
 public AddGroup(BPGroupsEditor groupeditor)
 {
     InitializeComponent();
     bpge = groupeditor;
     typeComboBox.SelectedIndex = 0;
 }