Added missing summeries #1
This commit is contained in:
parent
03d99ea28e
commit
8665b5b709
104 changed files with 1165 additions and 821 deletions
|
|
@ -1,6 +1,10 @@
|
|||
using System;
|
||||
#region usings
|
||||
|
||||
namespace SM.Utility
|
||||
using System;
|
||||
|
||||
#endregion
|
||||
|
||||
namespace SM.Base.Utility
|
||||
{
|
||||
public class Util
|
||||
{
|
||||
|
|
@ -11,6 +15,7 @@ namespace SM.Utility
|
|||
obj.Initialization();
|
||||
obj.IsInitialized = true;
|
||||
}
|
||||
|
||||
obj.Activate();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue