ATML1671Allocator.forms.AvailableTestStationsWindow.lvTestStations_ItemCheck C# (CSharp) Method

lvTestStations_ItemCheck() private method

private lvTestStations_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
sender object
e ItemCheckEventArgs
return void
        private void lvTestStations_ItemCheck( object sender, ItemCheckEventArgs e )
        {
            ATMLAllocator.Instance.ClearSelectedTestStations();
            ATMLAllocator.Instance.ClearAvailableInstruments();
        }