Exemple #1
0
 static GlobalData()
 {
     Current = new GlobalData()
     {
         CurrentDirectory = Environment.CurrentDirectory,
         _cursors = new SortedList<InstanceHash, Cursor>(InstanceHash.Comparer),
         _files = new Dictionary<string,string>(),
         _bigs = new Dictionary<string,Big>()
     };
 }
Exemple #2
0
 static GlobalData()
 {
     Current = new GlobalData();
 }