Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@joebigelow
/
wix-1
wix-1
/
src
/
test
/
wix
/
TestData
/
CsprojClassLibraryNetFx
/
Class1.cs
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
cs
12 lines
194 Bytes
Copy permalink
Copy
Raw
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Linq
;
4
using
System.Text
;
5
using
System.Threading.Tasks
;
6
7
namespace
CsprojClassLibraryNetFx
8
{
9
public
class
Class1
10
{
11
}
12
}