Skip to content

Commit

Permalink
Merge pull request #564 from tig/reorg
Browse files Browse the repository at this point in the history
Re-organize project structure per #541
  • Loading branch information
tig authored May 28, 2020
2 parents 1a7df1f + 04ab554 commit 5f7bb8f
Show file tree
Hide file tree
Showing 250 changed files with 34,440 additions and 164,713 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ packages
.vs
# User-specific files
*.user

docfx/api
10 changes: 4 additions & 6 deletions Example/demo.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
using Terminal.Gui;
using NStack;
using System;
using System.Linq;
using System.IO;
using Mono.Terminal;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using NStack;
using System.Text;
using Terminal.Gui;

static class Demo {
//class Box10x : View, IScrollView {
Expand Down
Loading

0 comments on commit 5f7bb8f

Please sign in to comment.