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