Inheritance: INotifyPropertyChanged
Example #1
0
 public ConnectManager()
 {
     this.NetStats = new ClientNetStatistics();
 }
Example #2
0
		public ConnectManager()
		{
			this.NetStats = new ClientNetStatistics();
		}