Exemplo n.º 1
0
 public static void Init()
 {
     status           = new ST_Array();
     commands         = new ST_Array(new ST_Array());
     stopwatch        = new Stopwatch();
     bgworker         = new BackgroundWorker();
     bgworker.DoWork += new DoWorkEventHandler(_bgrSendCommands);
 }
Exemplo n.º 2
0
 public ST_Array(ST_Array perm) : this()
 {
     hashiddenarr = true;
     hiddenarr    = perm;
 }