Exemplo n.º 1
0
        /// <summary>
        /// Frees up the slot and sets <see cref="IsFilled"/> to false
        /// </summary>
        public void FreeSlot()
        {
            wheelSetupPanel.Dispose();
            InitializeComponent();

            IsFilled = false;
        }
Exemplo n.º 2
0
 public void FreeSlot()
 {
     wheelSetupPanel.Dispose();
 }