Esempio n. 1
0
	    public void AddPaths(string remote, string local, string http)
	    {
            Paths = new Paths
            {
                Remote = remote,
	            Local = local, 
	            Parent = http
            };
	    }
Esempio n. 2
0
 public void Clear()
 {
     Account = new Account();
     Paths = new Paths();
 }
Esempio n. 3
0
 public Profile()
 {
     Account = new Account();
     Paths = new Paths();
 }