comparison defical-sharp/defical-cli/globals.cs @ 0:ebed2bd0d300

Initial import from svn. History be damned.
author Edho P. Arief <me@myconan.net>
date Fri, 02 Apr 2010 23:11:57 +0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ebed2bd0d300
1 namespace defical_cli
2 {
3 public partial class Program
4 {
5 private partial class main
6 {
7 private string version = "0.1";
8 private bool isProcessing;
9 private string graphType = "";
10 private string result = "";
11 private int numVer = -1;
12 private int numThreads;
13 private const string separator = "===================================";
14 private int numDef = -1;
15 private string algorithm = "";
16 }
17 }
18 }