Beispiel #1
0
    partial void Run()
    {

      var x = new Foo();

      var y = new Foo("test");

      if (!this.behave)
      {
        y.Bad();
      }
    }