Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 34... Line 34...
34 #region Constructors, Destructors and Finalizers 34 #region Constructors, Destructors and Finalizers
Line 35... Line 35...
35   35  
36 public AvatarSelectionForm() 36 public AvatarSelectionForm()
37 { 37 {
38 InitializeComponent(); -  
Line 39... Line 38...
39 Utilities.WindowState.FormTracker.Track(this); 38 InitializeComponent();
40   39  
41 _cancellationTokenSource = new CancellationTokenSource(); 40 _cancellationTokenSource = new CancellationTokenSource();
Line 69... Line 68...
69   68  
Line 70... Line 69...
70 #endregion 69 #endregion
Line -... Line 70...
-   70  
-   71 #region Event Handlers
-   72  
-   73 private void AvatarSelectionForm_Load(object sender, EventArgs e)
-   74 {
71   75 Utilities.WindowState.FormTracker.Track(this);
72 #region Event Handlers 76 }
73   77  
74 private async void Button1_Click(object sender, EventArgs e) 78 private async void Button1_Click(object sender, EventArgs e)
Line 226... Line 230...
226 regionListBox.InvokeIfRequired(listBox => { listBox.Items.Add(new AvatarSelection(item)); }); 230 regionListBox.InvokeIfRequired(listBox => { listBox.Items.Add(new AvatarSelection(item)); });
227 } 231 }
228 } 232 }
Line 229... Line 233...
229   233  
-   234 #endregion
230 #endregion 235  
231 } 236 }
232 } 237 }