static SourceManager() { Instance = new SourceManager(); Instance.SourceCode.TextChanged += new EventHandler(SourceCode_TextChanged); }