Beispiel #1
0
        private static void RunAutoFormsSample()
        {
            var model = Prompt.AutoForms <MyFormModel>();

            Console.WriteLine("Forms OK");
        }
Beispiel #2
0
 private static void RunAutoFormsSample()
 {
     var model = Prompt.AutoForms <MyFormModel>();
 }