public SkinWindow() { Art = new SkinArt(); Commands = new List<SkinCommand>(); Buttons = new List<SkinButton>(); Events = new List<SkinEvent>(); ProgressBars = new List<SkinProgressBar>(); ComboBoxes = new List<SkinComboBox>(); ListBoxes = new List<SkinListBox>(); ScrollBars = new List<SkinScrollBar>(); ScrollArrows = new List<SkinScrollArrow>(); Sliders = new List<SkinSlider>(); Browsers = new List<SkinBrowser>(); }
public SkinWindow() { Art = new SkinArt(); Commands = new List <SkinCommand>(); Buttons = new List <SkinButton>(); Events = new List <SkinEvent>(); ProgressBars = new List <SkinProgressBar>(); ComboBoxes = new List <SkinComboBox>(); ListBoxes = new List <SkinListBox>(); ScrollBars = new List <SkinScrollBar>(); ScrollArrows = new List <SkinScrollArrow>(); Sliders = new List <SkinSlider>(); Browsers = new List <SkinBrowser>(); }
public SkinProgressBar() { Art = new SkinArt(); }
public SkinScrollBar() { Art = new SkinArt(); }
public SkinComboBox() { Art = new SkinArt(); Commands = new List <SkinCommand>(); }
public SkinScrollArrow() { Art = new SkinArt(); }
public SkinButton() { Art = new SkinArt(); Commands = new List<SkinCommand>(); }
public SkinSlider() { Art = new SkinArt(); }
public SkinButton() { Art = new SkinArt(); Commands = new List <SkinCommand>(); }
public SkinListBox() { Art = new SkinArt(); }
public SkinComboBox() { Art = new SkinArt(); Commands = new List<SkinCommand>(); }