You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[Database](https://github.com/redmalmon/CSharf-Custom-Classes/blob/main/C-Sharf%20Classes/Classes/Database.cs) class - for database configuration
8
11
9
12
* Instantiate
10
13
@@ -52,15 +55,15 @@ db.table("select userid,username,sex from users", dgvUsers, customheader);
52
55
```
53
56
54
57
55
-
2. Date_time class - for date & time conversion
58
+
2.[Date_time](https://github.com/redmalmon/CSharf-Custom-Classes/blob/main/C-Sharf%20Classes/Classes/Date_time.cs) class - for date & time conversion
56
59
57
60
*
58
61
59
-
3. Public_variables - stored global variables
62
+
3.[Public_variables](https://github.com/redmalmon/CSharf-Custom-Classes/blob/main/C-Sharf%20Classes/Classes/Public_variables.cs) - stored global variables
60
63
61
64
*
62
65
63
-
4. UI_events - form controls & events
66
+
4.[UI_events](https://github.com/redmalmon/CSharf-Custom-Classes/blob/main/C-Sharf%20Classes/Classes/UI_events.cs) - form controls & events
64
67
65
68
* Instantiate
66
69
@@ -152,11 +155,11 @@ ui.chart(chartUser, "Sex", X, Y, "Column");
0 commit comments