Advertisement
blooglet

Untitled

Oct 7th, 2012
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1.         public frmMain() {
  2.             InitializeComponent();
  3.  
  4.             _cwApp.AddCalendar("Foo");
  5.             _cwApp.AddCalendar("Bar");
  6.             lbCalendars.DataSource = _cwApp.Calendars;
  7.             _cwApp.AddCalendar("Moo");
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement