Example #1
0
 public AddFriend(ClassBizz cb, MainWindow mw)
 {
     InitializeComponent();
     this.cb = cb;
     this.mw = mw;
 }