mirror of
https://github.com/WiiDatabase/nusdownloader.git
synced 2025-02-09 23:18:55 +01:00
16 lines
380 B
C#
16 lines
380 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: wyDay.Controls.ProgressBarState
|
|
// Assembly: NUS Downloader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: DDAF9FEC-76DE-4BD8-8A6D-D7CAD5827AC6
|
|
// Assembly location: C:\dotpeek\NUS Downloader.exe
|
|
|
|
namespace wyDay.Controls
|
|
{
|
|
public enum ProgressBarState
|
|
{
|
|
Normal = 1,
|
|
Error = 2,
|
|
Pause = 3,
|
|
}
|
|
}
|