diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-27 15:27:21 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-27 15:27:21 -0400 |
| commit | 4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32 (patch) | |
| tree | 5ba0ec3bfc4af2bacec3f93aea04bb8c0b1c29b9 /Project Ports/Programs/ChatApp.cs | |
| parent | 2718b996c6ef57a323404522230a1cf5a2e2b331 (diff) | |
| download | Project-Silicon-4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32.tar.gz Project-Silicon-4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32.tar.bz2 Project-Silicon-4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32.zip | |
removed chatter storyline 1 for now
Diffstat (limited to 'Project Ports/Programs/ChatApp.cs')
| -rw-r--r-- | Project Ports/Programs/ChatApp.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Project Ports/Programs/ChatApp.cs b/Project Ports/Programs/ChatApp.cs index 86819e9..aeb384d 100644 --- a/Project Ports/Programs/ChatApp.cs +++ b/Project Ports/Programs/ChatApp.cs @@ -40,7 +40,7 @@ namespace Project_Ports #if DEBUG Properties.Settings.Default.chatterStoryline = false; #endif - */ + if (Properties.Settings.Default.chatterStoryline == true) { @@ -56,7 +56,8 @@ namespace Project_Ports txtSentMessages.AppendText("<Adam> Great!" + Environment.NewLine); Thread.Sleep(2000); txtSentMessages.AppendText("<Adam> Hello username" + Environment.NewLine); //TODO - } + + } */ } } } |
