mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-04-04 23:39:26 +08:00
21 lines
405 B
C#
21 lines
405 B
C#
using Android.App;
|
|
using Android.Content;
|
|
using Android.OS;
|
|
using Android.Runtime;
|
|
using Android.Views;
|
|
using Android.Widget;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace AndroidTest
|
|
{
|
|
class Class1:CPF.Controls.Control
|
|
{
|
|
protected override void InitializeComponent()
|
|
{
|
|
base.InitializeComponent();
|
|
}
|
|
}
|
|
} |