Inheritance: INotifyPropertyChanged
コード例 #1
0
 public ConnectManager()
 {
     this.NetStats = new ClientNetStatistics();
 }
コード例 #2
0
ファイル: ConnectManager.cs プロジェクト: tomba/dwarrowdelf
		public ConnectManager()
		{
			this.NetStats = new ClientNetStatistics();
		}