Exemplo n.º 1
0
        private void returnShortnResults()
        {
            //popupShortnWindow();
            popupShortnWindowDelegate del = new popupShortnWindowDelegate(this.popupShortnWindow);

            Globals.Soylent.soylentMap[Globals.Soylent.jobToDoc[this.job]].Invoke(del, null);
        }
Exemplo n.º 2
0
 private void returnShortnResults()
 {
     //popupShortnWindow();
     popupShortnWindowDelegate del = new popupShortnWindowDelegate(this.popupShortnWindow);
     Globals.Soylent.soylentMap[Globals.Soylent.jobToDoc[this.job]].Invoke(del, null);
 }