コード例 #1
0
        public EditorTabContent(EditorTab owner)
        {
            InitializeComponent();
            _ownerTab = owner;

            EditControl.Settings =
                AppSettings.Settings.CurrentEditorControlConfiguration.EditorControlSettings;

            EditControl.Theme =
                AppSettings.Settings.CurrentEditorControlTheme.Theme;
        }