Program.cs 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. using System.Windows.Forms;
  6. namespace ЭлектронныйЖурнал
  7. {
  8. internal static class Program
  9. {
  10. /// <summary>
  11. /// Главная точка входа для приложения.
  12. /// </summary>
  13. [STAThread]
  14. static void Main()
  15. {
  16. Application.EnableVisualStyles();
  17. Application.SetCompatibleTextRenderingDefault(false);
  18. Application.Run(new Авторизация());
  19. }
  20. }
  21. public static class Воспитанникиclass
  22. {
  23. public static string ФИО
  24. {
  25. get; set;
  26. }
  27. public static string Телефон
  28. {
  29. get; set;
  30. }
  31. public static string Адрес
  32. {
  33. get; set;
  34. }
  35. public static string Значок
  36. {
  37. get; set;
  38. }
  39. public static int Группа
  40. {
  41. get; set;
  42. }
  43. public static bool add
  44. {
  45. get; set;
  46. }
  47. public static bool change
  48. {
  49. get; set;
  50. }
  51. public static int id
  52. {
  53. get; set;
  54. }
  55. }
  56. }
  57. public static class Посещаемостьclass
  58. {
  59. public static int КВ
  60. {
  61. get; set;
  62. }
  63. public static string КГ
  64. {
  65. get; set;
  66. }
  67. public static string ДЗ
  68. {
  69. get; set;
  70. }
  71. public static string СП
  72. {
  73. get; set;
  74. }
  75. public static bool add
  76. {
  77. get; set;
  78. }
  79. public static bool change
  80. {
  81. get; set;
  82. }
  83. public static int id
  84. {
  85. get; set;
  86. }
  87. }
  88. public static class Авторизацияclass
  89. {
  90. public static int Login
  91. {
  92. get; set;
  93. }
  94. }