示例#1
0
文件: PanelTest.cs 项目: NetUtil/Util
 public void Init() {
     _panel = new Panel();
     _panel.Id( "panel" );
     _result = new Str();
 }