mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-03-13 11:20:39 +00:00
a
This commit is contained in:
@@ -31,9 +31,11 @@ namespace Esiur.AspNetCore.Example
|
||||
[Resource]
|
||||
public partial class MyResource
|
||||
{
|
||||
[Export] int number;
|
||||
|
||||
[Annotation("sss","bb")][Export] int number;
|
||||
|
||||
[Export]
|
||||
|
||||
public string[] GetInfo() => new string[] { Environment.MachineName, Environment.UserName, Environment.CurrentDirectory,
|
||||
Environment.CommandLine, Environment.OSVersion.ToString(), Environment.ProcessPath };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user