コード例 #1
0
ファイル: ShortnData.cs プロジェクト: tummykung/soylent
        private void returnShortnResults()
        {
            //popupShortnWindow();
            popupShortnWindowDelegate del = new popupShortnWindowDelegate(this.popupShortnWindow);

            Globals.Soylent.soylentMap[Globals.Soylent.jobToDoc[this.job]].Invoke(del, null);
        }
コード例 #2
0
 private void returnShortnResults()
 {
     //popupShortnWindow();
     popupShortnWindowDelegate del = new popupShortnWindowDelegate(this.popupShortnWindow);
     Globals.Soylent.soylentMap[Globals.Soylent.jobToDoc[this.job]].Invoke(del, null);
 }