public CreateRole(LoadoutList loadoutList, ComboBox roleList)
        {
            this.loadoutList = loadoutList;
            this.roleList    = roleList;

            InitializeComponent();
        }
 public MainWindow()
 {
     InitializeComponent();
     this.loadoutList = new LoadoutList();
     oldWeapon        = weaponBox.Text;
 }
Пример #3
0
 public MainWindow()
 {
     InitializeComponent();
     this.loadoutList = new LoadoutList();
 }