Exemplo n.º 1
0
 // 使用指定的字符串初始化对象
 public View_1(string s)
 {
     this.var_struct_View_1 = ((struct_View_1)(Keel.DB.Common.StringToStruct(s, typeof(struct_View_1))));
 }
Exemplo n.º 2
0
        // 使用空字符串初始化对象
        public View_1()
        {
            string s = "";

            this.var_struct_View_1 = ((struct_View_1)(Keel.DB.Common.StringToStruct(s.PadRight(this.GetLenght(), ' '), typeof(struct_View_1))));
        }