Ver código fonte

Added New File

raviteja 3 anos atrás
pai
commit
b332c79502
1 arquivos alterados com 13 adições e 0 exclusões
  1. 13
    0
      Integration.cs

+ 13
- 0
Integration.cs Ver arquivo

@@ -0,0 +1,13 @@
1
+using System;
2
+using System.Collections.Generic;
3
+using System.Linq;
4
+using System.Text;
5
+using System.Threading.Tasks;
6
+
7
+namespace TestConsoleApp
8
+{
9
+    public class Integration
10
+    {
11
+        string str = string.Empty;
12
+    }
13
+}

Carregando…
Cancelar
Salvar