1234567891011121314151617181920212223 |
- using System;
- using System.Threading.Tasks;
- using System.Net;
- using System.IO;
- using Microsoft.AspNetCore.Components;
- namespace HyperCube.Pages
- {
- public partial class Blockchains
- {
- [Parameter]
- public int Smart { get; set; }
- public string answer;
- //public partial class Blocchains
- //{
- // [Parameter]
- // public string Smart { get; set; }
- //}
- }
- }
|