public DragDrop(Principal principal) { InitializeComponent(); p = principal; quiz = new frmQuiz(p, this); this.email = p.getEmail(); }
public Principal() { InitializeComponent(); drag = new DragDrop(this); quiz = new frmQuiz(this, drag); }