コード例 #1
0
 public void Update(Scraper s)
 {
     SetText();
     if (!UpdateGraph.Enabled) UpdateGraph.Start();
 }
コード例 #2
0
ファイル: ServicesControl.cs プロジェクト: Kriogen777/Otil
 public void Update(Scraper s)
 {
     SetText();
 }
コード例 #3
0
ファイル: SystemSummary.cs プロジェクト: Kriogen777/Otil
 public void Update(Scraper s)
 {
     // Update Components Here :D
     SetText();
 }