Mercurial > defical
comparison defical-sharp/defical-gui/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 using System.Threading; | |
2 | |
3 namespace defical_gui | |
4 { | |
5 public partial class main | |
6 { | |
7 private int numVerMain, numVerDef; | |
8 private string graphType; | |
9 private bool isFindEverything,isProcessing; | |
10 private Thread mainThread; | |
11 } | |
12 } |