Skip to content

Commit

Permalink
Added screenshots taken for the extension's description in the Visual
Browse files Browse the repository at this point in the history
Studio Gallery, and the code file used to create them.
  • Loading branch information
ctlajoie committed Apr 20, 2011
1 parent af2fa62 commit 7108aea
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 0 deletions.
Binary file added screenshots/blk-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/blk-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ml-stream-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ml-stream-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/mlp-stream-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/mlp-stream-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ns-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ns-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/sl-stream-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/sl-stream-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions screenshots/ss.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using System;

class ScreenshotTest
{
public static void Main()
{
var name = "";



Console.WriteLine("{0}: {1}", name);




}
}

0 comments on commit 7108aea

Please sign in to comment.