Example #1
0
        public string Run(List <EntityClassInfo> entityClassInfos, string basePath, RichTextBox richTextBox = null)
        {
            var str = "";

            str = GeneratorCode?.Invoke(entityClassInfos, basePath, richTextBox);
            EventReturn.Append(str);
            return(str);//GeneratorCode?.Invoke(entityClassInfos, basePath, richTextBox);
        }
 public FrmInvalidLicence()
 {
     InitializeComponent();
     txtCode.Text = GeneratorCode.Value();
 }