コード例 #1
0
ファイル: User.xaml.cs プロジェクト: kongzhp/VDIUI
		public User()
		{
			this.InitializeComponent();
            serverChannel = new ServerCommunicator();
            //domainListBox.ItemContainerGenerator.StatusChanged += new EventHandler(ItemContainerGenerator_StatusChanged);
			// Insert code required on object creation below this point.
		}
コード例 #2
0
ファイル: YZ_Home.xaml.cs プロジェクト: kongzhp/VDIUI
 public YZ_Home()
 {
     InitializeComponent();
     serverChannel = new ServerCommunicator();
 }