Example #1
0
 public TopPanel()
 {
     InitializeComponent();
     m_FromStatisitcs             = new FormStatisitcs();
     DJObserverable.OnPartyStart += CommenceParty;
     ComponentDanceMachine dancer1 = new ComponentDanceMachine(labelUserName);
     ComponentDanceMachine dancer2 = new ComponentDanceMachine(userProfileImage);
     ComponentDanceMachine dancer3 = new ComponentDanceMachine(pictureboxLoggedUserImage);
 }
 public CommentBox()
 {
     InitializeComponent();
     textBoxCommentText.KeyDown += TextBoxCommentTextOnKeyDown;
     ComponentDanceMachine dancer1 = new ComponentDanceMachine(userProfileImage);
 }