C# Class AsyncIsNotParallel.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: negativeeddy/blog-examples

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
AddTimeRectangle ( double startTime, double endTime, Color color, int column ) : void

add a rectangle that whose height & position represents the start and end time of an activity

DoWorkAsync ( Color color, int column, int delay ) : Task
bttnClear_Click ( object sender, RoutedEventArgs e ) : void
bttnStart_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System