Example #1
0
 public ArrangeProgress(ProgresType type)
 {
     this.InitializeComponent();
     this.SetMessage(type);
 }
Example #2
0
 private void SetMessage(ProgresType type)
 {
     this.SetMessage(Resources.ResourceManager.GetString("CORE82"));
 }