wxr
2023-05-06 f8343a2e765eefe10c8a0d6bdd6db65b0cf0321c
1
2
3
4
5
6
7
8
9
10
11
using System;
using Shared;
namespace HDL_ON.UI
{
    public class FunctionBasePage : FrameLayout
    {
        public FunctionBasePage()
        {
        }
    }
}