示例#1
0
 public WindowInfo(WindowInfoType type, string value)
 {
     _Type  = type;
     _Value = value;
 }
示例#2
0
 public static WindowInfo Create(WindowInfoType type, string value)
 {
     return(new WindowInfo(type, value));
 }