/// <summary>
 /// Initializing the Usercontrol
 /// </summary>
 /// <param name="ancestor"></param>
 public SmokehouseSkeletonToppings(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #2
0
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public SailorSodaOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public ThugsTBoneToppings(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
 /// <summary>
 /// Initializing the Usercontrol
 /// </summary>
 /// <param name="ancestor"></param>
 public WarriorWaterOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public DoubleDraugrToppings(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #6
0
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public GardenOrcOmeletteToppings(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public FriedMiraakOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #8
0
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public MadOtarGritsOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #9
0
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public ThalmorTripleToppings(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #10
0
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public AretinoAppleJuiceOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #11
0
 /// <summary>
 /// intializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public BriarheartToppings(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public CandlehearthCoffeeOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public DragonbornWaffleFriesOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #14
0
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public MarkarthMilkOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #15
0
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public PhillyPoacherToppings(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }
예제 #16
0
 /// <summary>
 /// Initializing the UserControl
 /// </summary>
 /// <param name="ancestor"></param>
 public VokunSaladOptions(MainScreen ancestor)
 {
     InitializeComponent();
     this.ancestor = ancestor;
 }