Example #1
0
		public User()
		{
			this.InitializeComponent();
            serverChannel = new ServerCommunicator();
            //domainListBox.ItemContainerGenerator.StatusChanged += new EventHandler(ItemContainerGenerator_StatusChanged);
			// Insert code required on object creation below this point.
		}
Example #2
0
 public YZ_Home()
 {
     InitializeComponent();
     serverChannel = new ServerCommunicator();
 }