init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
namespace Kreta.BusinessLogic.HelperClasses.AmiTorzslapCOs
|
||||
{
|
||||
public static class AmiTorzslapConstants
|
||||
{
|
||||
public static class MaxSorok
|
||||
{
|
||||
public const int ZenemuveszetiAgFotargy = 1;
|
||||
public const int ZenemuveszetiAgFotargySzorgalom = 1;
|
||||
public const int ZenemuveszetiAgSzolfezs = 1;
|
||||
public const int ZenemuveszetiAgSzolfezsSzorgalom = 1;
|
||||
public const int ZenemuveszetiAgKotelezoKotelezoenValaszthatoTargyak = 6;
|
||||
public const int ZenemuveszetiAgValaszthatoTargyak = 7;
|
||||
public const int NemZenemuveszetiAgFotargyak = 2;
|
||||
public const int NemZenemuveszetiAgKotelezoTargyak = 5;
|
||||
public const int NemZenemuveszetiAgKotelezoenValaszthatoTargyak = 3;
|
||||
public const int NemZenemuveszetiAgValaszthatoTargyak = 6;
|
||||
public const int NemZenemuveszetiAgSzorgalom = 1;
|
||||
}
|
||||
|
||||
public const int SzorgalomEvvegiJegyTantargyId = -1;
|
||||
|
||||
public const int UsedFontSize = 9;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user