wxr
2021-08-28 ea8f01fd99a2ef85bf96623c1bf90e84128cbe5c
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()
        {
        }
    }
}