mirror of
https://github.com/WiiDatabase/nusdownloader.git
synced 2025-07-27 03:37:21 +02:00
18 lines
436 B
C#
18 lines
436 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: wyDay.Controls.ThumbnailProgressState
|
|
// 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 ThumbnailProgressState
|
|
{
|
|
NoProgress = 0,
|
|
Indeterminate = 1,
|
|
Normal = 2,
|
|
Error = 4,
|
|
Paused = 8,
|
|
}
|
|
}
|