User:Mowaw/Sandbox

From Kerbal Space Program Wiki
< User:Mowaw
Revision as of 13:49, 26 October 2014 by Mowaw (talk | contribs) (winter time in France)
Jump to: navigation, search
On this page, I make some useless things, but it learns me lots of things !

Contents


Times

FRANCE TIME(my home) 7:20
MEXICO TIME (devs) 1:20

C#

[KSPAddon[Startup.MainMenu]]
namespace TestCSharpUsingSyntaxHighlightExtension
{
  public class FR  { get ; set }
  if(X == Y)
  {
    Console.WriteLine(X)
  }
}