Пример #1
0
 //sets up references and starting state
 private void setUp()
 {
     selectLastItem();
     extender = new Extender(this);
     clipboardCommunication = extender.getClipboardCommunication();
     clipboardCommunication.beginListeningToClipboard(this.Handle);
 }
Пример #2
0
 private void setUpReferences(Form1 callingForm)
 {
     parentForm = callingForm;
     databaseCommunications = new DataBaseCommunications();
     clipboardCommunication = new ClipboardCommunication(parentForm, databaseCommunications);
 }