コード例 #1
0
ファイル: HostWaitLoop.cs プロジェクト: optikos/MIEngine
 /// <summary>
 /// Sets the text of the dialog without changing the progress.
 /// </summary>
 /// <param name="text">Text to set.</param>
 public void SetText(string text)
 {
     _vsWaitLoop.SetText(text);
 }