Esempio n. 1
0
		public static byte[] EncryptSectionType(odfSectionType type)
		{
			return Encoding.ASCII.GetBytes(GetEnumDescription(type));
		}
Esempio n. 2
0
 public static byte[] EncryptSectionType(odfSectionType type)
 {
     return(Encoding.ASCII.GetBytes(GetEnumDescription(type)));
 }
Esempio n. 3
0
		public odfFileSection(odfSectionType type, string path)
		{
			Type = type;
			Name = type.ToString();
			ODFPath = path;
		}
Esempio n. 4
0
 public odfFileSection(odfSectionType type, string path)
 {
     Type    = type;
     Name    = type.ToString();
     ODFPath = path;
 }