コード例 #1
0
        public EditorDocument(Song song, EditorWindow parent)
        {
            Song = song;

            Grid = new EditorGrid(song, parent);
            Grid.PreviewControl.ShowChords = parent.ShowChords;

            Song.IsUndoEnabled = true;
        }
コード例 #2
0
        public EditorDocument(Song song, EditorWindow parent)
        {
            Song = song;

            Grid = new EditorGrid(song, parent);
            Grid.PreviewControl.ShowChords = parent.ShowChords;

            Song.IsUndoEnabled = true;
        }