예제 #1
0
 public Form1()
 {
     InitializeComponent();
     sync = new PlaylistSync();
     PerformSyncCompleteImplementation = SyncCompleteButton;
     ProgressBarUpdateImplementation   = UpdateProgressBar;
     PerformStatusUpdateImplementation = UpdateStatus;
     status.Text = "Ready";
     MinimumSize = new Size(Width, Height);
     MaximumSize = new Size(Width, Height);
 }
예제 #2
0
 public Form1()
 {
     InitializeComponent();
     sync = new PlaylistSync();
     PerformSyncCompleteImplementation = SyncCompleteButton;
     ProgressBarUpdateImplementation = UpdateProgressBar;
     PerformStatusUpdateImplementation = UpdateStatus;
     status.Text = "Ready";
     MinimumSize = new Size(Width, Height);
     MaximumSize = new Size(Width, Height);
 }