Hey, i have two buttons start and stop and only one will be enabled at any point of time. And i would like to use the same keygesture (something like Alt
+ P ) for both the commands. Is it possible?
User Profile
Collapse
-
I have an object
Class myclass
{
public int first;
public int second;
}
when i serialize the object i get an xml like
<myclass>
<first>123</first>
<second>456</second>
</myclass>
i want my xml to be
<myclass>
<properties>
<first>123</first>...Leave a comment:
No activity results to display
Show More
Leave a comment: