Mats codemix

Mats codemix

A little c#, a litte .NET and throw in some c++ and you get a nice Spaghetti

Mats codemix RSS Feed
 
 
 
 

Test WLW with plugins

Testing code plugins  for windows Live Writer

Code snippet

   1: using System;

   2: using System.Collections.Generic;

   3: using System.Linq;

   4: using System.Text;

   5:  

   6: namespace blaj.model.entities

   7: {

   8:     /// <summary>

   9:     /// Testar

  10:     /// </summary>

  11:     public class Gubbe

  12:     {

  13:         public string Fornamn { get; set; }

  14:         public int ID { get; set; }

  15:  

  16:     }

  17: }

Leave a Reply