Skip to content

Commit cd8263f

Browse files
committed
commited example for this UG
1 parent f80debc commit cd8263f

21 files changed

Lines changed: 231 additions & 0 deletions
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
**/.classpath
2+
**/.dockerignore
3+
**/.env
4+
**/.git
5+
**/.gitignore
6+
**/.project
7+
**/.settings
8+
**/.toolstarget
9+
**/.vs
10+
**/.vscode
11+
**/*.*proj.user
12+
**/*.dbmdl
13+
**/*.jfm
14+
**/azds.yaml
15+
**/bin
16+
**/charts
17+
**/docker-compose*
18+
**/Dockerfile*
19+
**/node_modules
20+
**/npm-debug.log
21+
**/obj
22+
**/secrets.dev.yaml
23+
**/values.dev.yaml
24+
LICENSE
25+
README.md
26+
!**/.gitignore
27+
!.git/HEAD
28+
!.git/config
29+
!.git/packed-refs
30+
!.git/refs/heads/**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\IrfanaJafferSadhik\\source\\repos\\Changing-Checkmark-and-RadioButton-Colors-in-PDF\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{3DB23055-CE19-4219-98E7-A7292FE77EA8}|Changing-Checkmark-and-RadioButton-Colors-in-PDF\\Changing-Checkmark-and-RadioButton-Colors-in-PDF.csproj|c:\\users\\irfanajaffersadhik\\source\\repos\\changing-checkmark-and-radiobutton-colors-in-pdf\\changing-checkmark-and-radiobutton-colors-in-pdf\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
7+
"RelativeMoniker": "D:0:0:{3DB23055-CE19-4219-98E7-A7292FE77EA8}|Changing-Checkmark-and-RadioButton-Colors-in-PDF\\Changing-Checkmark-and-RadioButton-Colors-in-PDF.csproj|solutionrelative:changing-checkmark-and-radiobutton-colors-in-pdf\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
8+
}
9+
],
10+
"DocumentGroupContainers": [
11+
{
12+
"Orientation": 0,
13+
"VerticalTabListWidth": 256,
14+
"DocumentGroups": [
15+
{
16+
"DockedWidth": 200,
17+
"SelectedChildIndex": 2,
18+
"Children": [
19+
{
20+
"$type": "Bookmark",
21+
"Name": "ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}"
22+
},
23+
{
24+
"$type": "Bookmark",
25+
"Name": "ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}"
26+
},
27+
{
28+
"$type": "Document",
29+
"DocumentIndex": 0,
30+
"Title": "Program.cs",
31+
"DocumentMoniker": "C:\\Users\\IrfanaJafferSadhik\\source\\repos\\Changing-Checkmark-and-RadioButton-Colors-in-PDF\\Changing-Checkmark-and-RadioButton-Colors-in-PDF\\Program.cs",
32+
"RelativeDocumentMoniker": "Changing-Checkmark-and-RadioButton-Colors-in-PDF\\Program.cs",
33+
"ToolTip": "C:\\Users\\IrfanaJafferSadhik\\source\\repos\\Changing-Checkmark-and-RadioButton-Colors-in-PDF\\Changing-Checkmark-and-RadioButton-Colors-in-PDF\\Program.cs",
34+
"RelativeToolTip": "Changing-Checkmark-and-RadioButton-Colors-in-PDF\\Program.cs",
35+
"ViewState": "AgIAAAUAAAAAAAAAAAAhwA8AAAABAAAAAAAAAA==",
36+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
37+
"WhenOpened": "2025-06-12T09:57:37.489Z",
38+
"EditorCaption": ""
39+
}
40+
]
41+
}
42+
]
43+
}
44+
]
45+
}

0 commit comments

Comments
 (0)