1e56f6e6d3
- Refactoring Projects in the solution
14 lines
240 B
C#
14 lines
240 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Client.Utils
|
|
{
|
|
public static class Arguments
|
|
{
|
|
public static String Url { get; set; }
|
|
}
|
|
}
|