Παρουσίαση με Ετικέτες

Suggestion: If and while etc. clauses should accept bool? in C#
10 Δεκεμβρίου 15 04:33 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
At TrackingCam app (http://TrackingCam.codeplex.com) I have the following WPF code, where cbTrackingPresenter is a CheckBox control defined in my MainWindow’s XAML: private void cbTrackingPresenter_Checked(object sender, RoutedEventArgs e) {       if (cbTrackingPresenter.IsChecked == true)           StartTrackingPresenter();       else           StopTrackingPresenter(); } Note the (redundant in my opinion) == true pattern used there. If the == true […]
Δημοσίευση στην κατηγορία: , , , , , ,

Search

Go

Ιστορικό Δημοσιεύσεων

Συνδρομές