ViewController.cs 289 B

12345678910111213141516
  1. // This file has been autogenerated from a class added in the UI designer.
  2. using System;
  3. using MonoTouch.Foundation;
  4. using MonoTouch.UIKit;
  5. namespace Tasky
  6. {
  7. public partial class ViewController : UIViewController
  8. {
  9. public ViewController (IntPtr handle) : base (handle)
  10. {
  11. }
  12. }
  13. }