コード例 #1
0
ファイル: BusyIndicator.cs プロジェクト: Xarlot/DXVcsTools
 public void Show()
 {
     Indicator     = new ProgressBusyIndicator();
     Indicator.Tag = this;
     Text          = "Loading...";
     Indicator.ShowDialog();
 }
コード例 #2
0
 public void Show()
 {
     Indicator     = new ProgressBusyIndicator();
     Indicator.Tag = this;
     Indicator.ShowDialog();
 }