Avalonia based Editor for Romhackers

TabItemExpander.cs 140B

12345678910
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Editopia.Control
  5. {
  6. class TabItemExpander
  7. {
  8. }
  9. }