This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
LYFZ
/
lyfz_repos
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
8b4791aa7f
Větve
Značky
master
lyfz_repos
/
铂金版源码
/
ManagementServer
/
LYFZ.ComponentLibrary
/
OtherExpansionControl
/
LYFZ.OtherExpansion.SkinControl
/
BackStyle.cs
BackStyle.cs
107 B
Historie
Surový
1
2
3
4
5
6
7
8
9
using System;
namespace LYFZ.OtherExpansion.SkinControl
{
public enum BackStyle
{
Tile,
Stretch
}
}