AcManager.Pages.Dialogs.TrackMapEditorT.TrackMapEditorT C# (CSharp) 메소드

TrackMapEditorT() 공개 메소드

public TrackMapEditorT ( TrackObjectBase track ) : AcManager.Tools.Objects
track AcManager.Tools.Objects.TrackObjectBase
리턴 AcManager.Tools.Objects
        public TrackMapEditorT(TrackObjectBase track) {
            DataContext = new TrackMapEditorViewModel();
            InitializeComponent();
            Buttons = new[] { OkButton, CancelButton };
        }
TrackMapEditorT